01-06-2022, 11:36 PM
Command:
mp64 --hex-charset -1 ab3654ee ?1?1?1?1
output:
Tююю
юллл
...
How to print like that
36eeab54
mp64 --hex-charset -1 ab3654ee ?1?1?1?1
output:
Tююю
юллл
...
How to print like that
36eeab54
mp64 Print hex as string
|
01-06-2022, 11:36 PM
Command:
mp64 --hex-charset -1 ab3654ee ?1?1?1?1 output: Tююю юллл ... How to print like that 36eeab54
01-07-2022, 10:38 AM
don't specify --hex-charset
01-07-2022, 11:22 AM
01-07-2022, 01:55 PM
(01-07-2022, 11:22 AM)byte7a Wrote:(01-07-2022, 10:38 AM)DanielG Wrote: don't specify --hex-charset for this more specific purpose you have to generate your own dictionary with hashcat utils like this file Code: ab 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 |
« Next Oldest | Next Newest »
|