3des comand
#1
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
Reply
#2
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
Reply
#3
Yes thank you, but i need the whole cmd
Reply
#4
that is the whole command.
Reply