11-22-2010, 04:54 AM
(11-22-2010, 04:47 AM)D3ad0ne Wrote: Street, best method for a simple dictionary attack is to use regular hashcat in dictionary mode. If your using windows it would be:
Code:hashcat-0.30.exe hashlist.txt /dict
Where /dict contains all your dictionary files.
Likewise with oclhashcat you could do this:
The -j ] removes the last character from your dictionary word, and the ?1 will add one character back on. This may find some hashes that aren't exactly in your dictionary but that should work without making things to difficult. Remember to use the --help command for the other command line options.Code:oclHashcat.exe hashlist.txt -j ] -1 ?l?u?s?d?h dictionary.dic ?1
Thanks d3ad0ne, i'm gonna try that out.
You're pro!