Save all valid password candidates
#2
You can use --stdout to see what candidates hashcat will generate.

Code:
$ echo -n hashcat | hashcat --stdout -r ./rules/best64.rule | head
hashcat
tachsah
HASHCAT
Hashcat
hashcat0
hashcat1
hashcat2
hashcat3
hashcat4
hashcat5
~


Messages In This Thread
Save all valid password candidates - by lehrling - 06-17-2018, 05:48 PM
RE: Save all valid password candidates - by royce - 06-17-2018, 05:54 PM
RE: Save all valid password candidates - by royce - 06-19-2018, 12:44 AM