hashcat Forum
add salt to md5 hash - 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: add salt to md5 hash (/thread-6536.html)



add salt to md5 hash - christian94 - 05-05-2017

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!


RE: add salt to md5 hash - christian94 - 05-05-2017

I've tried to add the hash with this format

Code:
hash:salt

In the hash.txt file.. I get line-length exception..


RE: add salt to md5 hash - DDNK - 05-06-2017

In your line of command you aren't specifying the Hash mode - maybe that's why.

Inside your Hash.txt file you need to include hash:salt.

Can you show us an example of the hash:salt so maybe we can specify the Hash-mode for you?

https://hashcat.net/wiki/doku.php?id=example_hashes


RE: add salt to md5 hash - christian94 - 05-06-2017

(05-06-2017, 01:51 AM)DDNK Wrote: In your line of command you aren't specifying the Hash mode - maybe that's why.

Inside your Hash.txt file you need to include hashConfusedalt.

Can you show us an example of the hashConfusedalt so maybe we can specify the Hash-mode for you?

https://hashcat.net/wiki/doku.php?id=example_hashes

Hi thanks.. The hashmode is: 20! 


RE: add salt to md5 hash - DDNK - 05-06-2017

(05-06-2017, 10:57 PM)christian94 Wrote:
(05-06-2017, 01:51 AM)DDNK Wrote: In your line of command you aren't specifying the Hash mode - maybe that's why.

Inside your Hash.txt file you need to include hashConfusedalt.

Can you show us an example of the hashConfusedalt so maybe we can specify the Hash-mode for you?

https://hashcat.net/wiki/doku.php?id=example_hashes

Hi thanks.. The hashmode is: 20! 

Do you have a Skype or anything to communicate? I will try to assist.