Whirlpool($salt.$pass)
#1
Hi, I saw that hashcat doesn't currently support Whirlpool($salt.$pass) but we can still do something like .
Code:
/hashcat.exe -m 6100 -a 3 hashes.txt salt?a?a?a?a?a?a?a 
. But what if I want to use wordlist for hash : salt with different salt for every hash? Is there any software that supports this? thank you.
Reply