Example of converting $HEX[] entries in hashcat.pot file to ASCII: ```bash grep '$HEX' hashcat.pot I awk •F ":" {'print $2'} lperl -ne •if($_ =� m/\$HEX\[([A•Fa-f0-9]+)\]/) {print pack("H*", $1), "\n"}' ``` [[Home]] #howto