hashcat Forum
maskprocessor to output in HEX? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip (https://hashcat.net/forum/forum-28.html)
+--- Thread: maskprocessor to output in HEX? (/thread-4007.html)



maskprocessor to output in HEX? - tibit - 01-24-2015

This great tool is able to generate special chars with the ?b function.
But I'm having a hard time converting special chars like 'tab' or other control characters to HEX in my windows environment.

What could I do to get the output in hex??
I tried to convert with ULM, hexdump (gnuwin32) but the tools are not able to read the special_char-file processed by maskprocessor.

Thank you for any reply

tibit


RE: maskprocessor to output in HEX? - royce - 11-25-2017

Not sure if this matches your use case, but FWIW, hops suggested this workaround:

Code:
$ ./mp64.bin -1 ?dabcdef '$HEX[?1?1]'
$HEX[00]
$HEX[01]
$HEX[02]
$HEX[03]
$HEX[04]
$HEX[05]
$HEX[06]
$HEX[07]
$HEX[08]
$HEX[09]
....