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!
#2
I've tried to add the hash with this format

Code:
hash:salt

In the hash.txt file.. I get line-length exception..
#3
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
#4
(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! 
#5
(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.