07-26-2013, 12:13 AM
The guts are:
:: run the batch of rules
FOR /F %%G IN (rules-batch.txt) DO (call :main %%G)
The command line used starts off with:
hashcat-cli64.exe -n 4 -c 128
:: run the batch of rules
FOR /F %%G IN (rules-batch.txt) DO (call :main %%G)
The command line used starts off with:
hashcat-cli64.exe -n 4 -c 128