Issue with --show and colon character
#3
Thanks for the response, that makes sense. The test pot file was generated by hashcat v4.2.1 but with the --outfile-autohex-disable option. For my particular case I've removed the 'autohex-disable' from my workflow and instead wrote a simple 'dehexify' python script so that I can pipe passwords to analysis tools, like so:

Code:
hashcat -m 1000 --username --potfile-path base.pot --show --outfile-format 2 base.hash | dehexify.py | cut -d: -f2- | char_freq.py


Messages In This Thread
RE: Issue with --show and colon character - by PingTrip - 08-19-2018, 05:31 PM