hashcat Forum
3des comand - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: 3des comand (/thread-9216.html)



3des comand - dary3 - 05-13-2020

Hello people, can someone please help me, unfortunately I only have this part of the command, can someone please post the whole command, thank you very much

  14100 | 3DES (PT = $salt, key = $pass)                  | Raw Cipher, Known-Plaintext attack


RE: 3des comand - Mem5 - 05-13-2020

It's not "a part of the command", it's just the help file.
To attack 3DES set "-m" switch to 14100
Example:
Code:
hashcat -m 14100 wordlist hashfile
where wordlist contains a list of passwords and hashfile contains you hash(es), where a sample hash looks like 37387ff8d8dafe15:8152001061460743


RE: 3des comand - dary3 - 05-28-2020

Yes thank you, but i need the whole cmd


RE: 3des comand - undeath - 05-28-2020

that is the whole command.