Posts: 2
	Threads: 1
	Joined: May 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
	
	
	
	
	
 
 
	
	
	
		
	Posts: 803
	Threads: 135
	Joined: Feb 2011
	
	
 
	
		
		
		05-13-2020, 03:07 PM 
(This post was last modified: 05-13-2020, 03:09 PM by Mem5.)
		
	 
	
		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
	
 
 
	
	
	
		
	Posts: 2
	Threads: 1
	Joined: May 2020
	
	
 
	
	
		Yes thank you, but i need the whole cmd
	
	
	
	
	
 
 
	
	
	
		
	Posts: 2,301
	Threads: 11
	Joined: Jul 2010
	
	
 
	
	
		that is the whole command.