Simple Scan
#4
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:
Code:
oclHashcat.exe hashlist.txt -j ] -1 ?l?u?s?d?h dictionary.dic ?1
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.



Messages In This Thread
Simple Scan - by Street - 11-21-2010, 11:12 PM
RE: Simple Scan - by Rolf - 11-22-2010, 12:08 AM
RE: Simple Scan - by Street - 11-22-2010, 12:16 AM
RE: Simple Scan - by D3ad0ne - 11-22-2010, 04:47 AM
RE: Simple Scan - by Street - 11-22-2010, 04:54 AM
RE: Simple Scan - by Street - 11-22-2010, 08:09 PM
RE: Simple Scan - by Rabbitz - 11-24-2010, 09:54 PM
RE: Simple Scan - by Tommie_c - 11-24-2010, 10:20 PM
RE: Simple Scan - by atom - 01-31-2011, 06:32 PM