Currently it takes a challenge and a hash and trys all words in the dictionary file, different methods will be added later. work combination crack tries all the words in the dictionary together EX: appleand appleaero etc. A hybrid crack and a brute force.
The dictionary file it uses is dic.txt.
I just used the lophtcrack dictionary for it.
Dic.txt needs to be located in the same directory this is.
Currently compatible with md5 hashes.
Works when the hash pairs are calculated like this.
hash1
hash2
challenge
hash1=Hash (word)
hash2= Hash (hash1+chalenge)
challenge and hash2 are sent to the server
It may give you a popup since I used Crypto functions to obtain the hash, trial version or something.
Will post the lophtcrack expanded dictionary after this for use.
Edit:
New version out, doesn't require cryptosys, all files needed included in zip. Unzip and use. I just added to my old post.
Edit2:
Added custom charset
Edit3:
Speed tweak, length specification.
http://www.governmentsecurity.org/forum/in...?showtopic=8504




