mp64 Print hex as string
#4
(01-07-2022, 11:22 AM)byte7a Wrote:
(01-07-2022, 10:38 AM)DanielG Wrote: don't specify --hex-charset

Then the output is:
aaaa
aaab
aaa3

But i need to print as hex pairs like that:
abababab
ababab36
ababab54

for this more specific purpose you have to generate your own dictionary with hashcat utils like this

file
Code:
ab
36
54
ee

using combinator to generate all possibilitis up to your desired length (given your example the fastest way is this)

combinator file file > 2
combinator 2 2 > 4

after this in file 4 there are all "hex-string-possibilities" with your given input ab, 36, 54, ee, so 4^4, 256 possibilities
Reply


Messages In This Thread
mp64 Print hex as string - by byte7a - 01-06-2022, 11:36 PM
RE: mp64 Print hex as string - by DanielG - 01-07-2022, 10:38 AM
RE: mp64 Print hex as string - by byte7a - 01-07-2022, 11:22 AM
RE: mp64 Print hex as string - by Snoopy - 01-07-2022, 01:55 PM