Short Wordlists with 8 GPUs
#5
Code:
./oclHashcat64.bin -a 0 -m 2500 -d 2 -w 3 hashcat.hccap rockyou1k.txt -r rules/best64.rule

vs

Code:
./hashcat-cliAVX2.bin rockyou1k.txt -r rules/best64.rule --stdout | ./oclHashcat64.bin -a 0 -m 2500 -d 2 -w 3 hashcat.hccap

those are different. Rules are run in the gpu, when you run the rules infront of the pipe hashcats initial candidates are already multiplied by the rules before they hit the gpu
sch0.org


Messages In This Thread
Short Wordlists with 8 GPUs - by pHaze - 03-26-2015, 08:06 AM
RE: Short Wordlists with 8 GPUs - by kartan - 03-26-2015, 08:29 AM
RE: Short Wordlists with 8 GPUs - by pHaze - 03-26-2015, 08:40 AM
RE: Short Wordlists with 8 GPUs - by shodan - 03-26-2015, 08:41 AM
RE: Short Wordlists with 8 GPUs - by pHaze - 03-26-2015, 08:48 AM
RE: Short Wordlists with 8 GPUs - by kartan - 03-26-2015, 08:44 AM
RE: Short Wordlists with 8 GPUs - by pHaze - 03-26-2015, 08:51 AM
RE: Short Wordlists with 8 GPUs - by shodan - 03-26-2015, 08:54 AM
RE: Short Wordlists with 8 GPUs - by pHaze - 03-26-2015, 08:58 AM