10-16-2021, 01:48 AM 
		
	
	
		So if i have say the following hash (example hash from the wiki):
8743b52063cd84097a65d1633f5c74f5
And I know that it uses a salt, and i know the password is 'hashcat', how can I brute-force the salt?
My first thought was to do something like
'hashcat -a 3 -m 20 8743b52063cd84097a65d1633f5c74f5:hashcat'
But I'm not exactly sure this is correct... thoughts?
	
	
	
	
8743b52063cd84097a65d1633f5c74f5
And I know that it uses a salt, and i know the password is 'hashcat', how can I brute-force the salt?
My first thought was to do something like
'hashcat -a 3 -m 20 8743b52063cd84097a65d1633f5c74f5:hashcat'
But I'm not exactly sure this is correct... thoughts?
 
 

 

 alt form, you're literally attacking it as if you're trying to find "hashcat:XXXX" where XXXX is the salt.
alt form, you're literally attacking it as if you're trying to find "hashcat:XXXX" where XXXX is the salt.