1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
##
## Basics
##
#verbose 1
#adminpassword foo
#motd Dysfunctional but persistent
#
##
## files that can be fetched
##
#downloadable {
# words normal stuff
# rules normal stuff
# /usr/dict/words system words file
#}
#
#
##
## the real business. Stuff to crack
##
#
## a
#sha0 {
# type sharaw
# hash {SHA}hvfkN/qlp/zhXR3cuerq6jd2Z7g=
# schedule1 dictionary maxlen=8,words=words,rules=rules
# schedule2 bruteforce maxlen=3
#}
#
## test
#sha1 {
# type sharaw
# hash {SHA}qUqP5cyxm6YcTAhz05Hph5gvu9M=
# schedule1 bruteforce minlen=4,maxlen=4,poss=aotes
# schedule2 bruteforce minlen=4,maxlen=8,poss=aotes
#}
#
## laurence
#dom2 {
# type domino
# hash 5CFCD56F80AF5C86FFCED4CCDD92EDDB
# schedule1 bruteforce minlen=1,maxlen=8,poss=laurenc
#
#}
#
## test01
#sha2 {
# type sharaw
# hash {SHA}wlp5xXkGunAns204AjDbkrvA/WQ=
# schedule1 bruteforce maxlen=6,poss=tes01sdc
#}
#
## aego75881 at 16734417
#sha3 {
# type sharaw
# hash {SHA}Jy5wwV+m+tmXTnvHI+rh8Kcd6Lc=
# schedule1 bruteforce minlen=9,maxlen=9,poss=aeg7581o
#}
#
## aaaa
#rawmd51 {
# type md5raw
# hash 74b87337454200d4d33f80c4663dc5e5
# schedule1 binary len=8
#}
#
## a
#md51 {
# type md5
# hash $1$.Y1RFs0q$yL/2uZCW3l3TDnU4mLoGM1
# schedule1 bruteforce maxlen=6,poss=abcdefghijklmnopqrstuvwxyz
#}
#
## foo
#md52 {
# type md5
# hash $1$xcS4fBBO$UQ2byrGSe5B5f2v6QXHzi1
# schedule2 bruteforce maxlen=6,poss=abcdefghijklmnopqrstuvwxyz
#}
#
## foobar
#md53 {
# type md5
# hash $1$3QHp.qb.$PL25MEWlEoFpCeX7ORYzI.
# schedule2 bruteforce maxlen=6,poss=abcdefghijklmnopqrstuvwxyz
#}
#
## foobar
#uc0 {
# type unixcrypt
# hash asAPnkTblbqj2
# schedule1 bruteforce maxlen=6,poss=estabcdefg
# schedule2 bruteforce maxlen=6,poss=abcdefghijklmnopqrstuvwxyz
# schedule3 bruteforce maxlen=8
#}
#
## test01
#uc1 {
# type unixcrypt
# hash aapmDihkgvxcs
# schedule1 bruteforce maxlen=6,poss=abcdest012
# schedule2 bruteforce maxlen=8
#}
#
## test
#uc2 {
# type unixcrypt
# hash aaqPiZY5xR5l.
# schedule1 bruteforce maxlen=6,poss=estabcdefg
# schedule2 bruteforce maxlen=8
#}
#
## F5
#uc3 {
# type unixcrypt
# hash AgKPxJ3xBFOhM
# schedule1 bruteforce maxlen=8,poss=abcdefghijklmnopqrstuvwxyz
#}
#
## freight
#uc4 {
# type unixcrypt
# hash faY2rsOTthWqo
# schedule1 dictionary maxlen=8,words=/usr/dict/words,rules=rules
#}
#
## fre1ght
#uc5 {
# type unixcrypt
# hash fa/B.4ZaiKpLE
# schedule1 dictionary maxlen=8,words=/usr/dict/words,rules=rules
#}
|