02-03-2017, 01:27 AM
It seems that you are mixing up custom charsets (-1 xxx) with the mask itself.
This makes no sense: -a 3 -1 ?b?b?b?b?b?b?b?b
-1 is the same as --custom-charset1 and it is used to define a custom charset (a set of characters)
what you probably wanted instead is to run this:
This makes no sense: -a 3 -1 ?b?b?b?b?b?b?b?b
-1 is the same as --custom-charset1 and it is used to define a custom charset (a set of characters)
what you probably wanted instead is to run this:
Code:
hashcat64.exe -m 14000 -a 3 -w 3 -o "C:\test3desresult.txt" "C:\test3des.txt" ?b?b?b?b?b?b?b?b