add salt to md5 hash
#1
Hi!

Awesome software. I need to bruteforce some md5 hashes.. I know the salt, and i know the hash.. How do i apply a salt to a hash? 

I use 
PHP Code:
hashcat64.exe -a 3 hash.txt ?a?a?a?a?
to start.

hash.txt just include the raw hash, where do i add the salt?

Thanks!


Messages In This Thread
add salt to md5 hash - by christian94 - 05-05-2017, 07:35 PM
RE: add salt to md5 hash - by christian94 - 05-05-2017, 08:10 PM
RE: add salt to md5 hash - by DDNK - 05-06-2017, 01:51 AM
RE: add salt to md5 hash - by christian94 - 05-06-2017, 10:57 PM
RE: add salt to md5 hash - by DDNK - 05-06-2017, 11:21 PM