How do I add a dictionary like Rockyou?
#3
Most basic commands:

cd /path/to/binary/

./oclHashcat-plus64.bin -m 0 -a 0 /path/to/hashlist.txt /path/to/dictionary.txt

for multiple dicts in one folder:

./oclHashcat-plus64.bin -m 0 -a 0 /path/to/hashlist.txt /path/to/dictionaryfolder



for combinationattack:

./oclHashcat-plus64.bin -m 0 -a 1 /path/to/hashlist.txt /path/to/dictionary1.txt /path/to/dictionary2.txt


Messages In This Thread
RE: How do I add a dictionary like Rockyou? - by U_nix - 12-21-2012, 02:24 PM