Thank you @atom.
Well, I have another question. How can I use hex password for DES? I searched the forum many times, and I read mask attack wiki, but there is no result.
I tried the following command, it didn't work
but this worked
However, built in charset "?a" is not HEX, "?b" is hex but it didn't work. To the best of mt knowledge, the key of DES is HEX.
Am I somewhere wrong?
And, I noticed that @atom just pushed a new file(DES_full.charset) to hashcat repository, what is DES_full.charset using for?
Noticing that there is a DES_full.charset, I tried a new command:
It worked, I think the above command is right!!!
Well, I have another question. How can I use hex password for DES? I searched the forum many times, and I read mask attack wiki, but there is no result.
I tried the following command, it didn't work
Code:
hashcat64.exe -a 3 -m 14000 DES.hash ?b?b?b?b?b?b?b?b
but this worked
Code:
hashcat64.exe -a 3 -m 14000 DES.hash ?a?a?a?a?a?a?a?a
However, built in charset "?a" is not HEX, "?b" is hex but it didn't work. To the best of mt knowledge, the key of DES is HEX.
Am I somewhere wrong?
And, I noticed that @atom just pushed a new file(DES_full.charset) to hashcat repository, what is DES_full.charset using for?
Noticing that there is a DES_full.charset, I tried a new command:
Code:
hashcat64.exe -a 3 -m 14000 DES.hash -1 DES_full.charset --hex-charset ?1?1?1?1?1?1?1?1
It worked, I think the above command is right!!!