hashcat Forum

Full Version: maskprocessor to output in HEX?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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]
....