Why does emulating hybrid attack with rules skip some rules/ignore numbers?
#2
can confirm
Code:
./hashcat-cli64.bin /tmp/t -r /tmp/test -a1 /tmp/t --stdout | wc -l
500

a0 works
Code:
./hashcat-cli64.bin /tmp/t -r /tmp/test --stdout | wc -l          
1000


Messages In This Thread
RE: Why does emulating hybrid attack with rules skip some rules/ignore numbers? - by undeath - 08-08-2015, 11:00 PM