12-12-2011, 11:22 PM
Putting that rule into rule.rule, and your word into word.txt, then running (hashcat 0.37 on a Win7 64-bit system):
> hashcat-cli64.exe --stdout -r rule.rule word.txt
outputs just a blank line.
Clipping the last character off the word, leaving "0123456789ab" in word.txt and re-running yields:
0123456!789ab23
This is hashcat 0.37. As I said above, actual attacks work, just the "--stdout" doesn't.
> hashcat-cli64.exe --stdout -r rule.rule word.txt
outputs just a blank line.
Clipping the last character off the word, leaving "0123456789ab" in word.txt and re-running yields:
0123456!789ab23
This is hashcat 0.37. As I said above, actual attacks work, just the "--stdout" doesn't.