Best options for my system and true syntx
#2
Since you kindly asked, here are the commands:
Code:
oclHashcat-lite64.exe -n 80 -m %hashmode% --pw-min=6 -1 01234 %hash% ?1?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d
hashcat-cliAVX.exe -n 8 -a 3 -m %hashmode% --pw-min=6 -1 56789 %hash% ?1?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d
Grab lite and hc.
Replace %hashmode% with whatever your hash mode is and %hash% with your hash.
Run both in parallel; first command is for lite, second is for hc.


Messages In This Thread
RE: Best options for my system and true syntx - by Rolf - 09-04-2013, 10:48 AM