hashcat Forum
Need help to crack salted 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: Need help to crack salted hash (/thread-12518.html)



Need help to crack salted hash - IgFenkro - 03-05-2025

Hello everyone!
Can somebody, please, give me instruction on how to crack a salted hash?
I have a salted hash, a .txt file with 5000 potential answers to the hash, and an another .txt file with 1000 possible salts.


RE: Need help to crack salted hash - b8vr - 03-09-2025

What type of hash?
I would use combinatorX to combine the hash and the salt into one file, containing salt:hash and then attack that with your wordlist.


RE: Need help to crack salted hash - IgFenkro - 03-09-2025

(03-09-2025, 05:24 PM)b8vr Wrote: What type of hash?
I would use combinatorX to combine the hash and the salt into one file, containing salt:hash and then attack that with your wordlist.
It is SHA256


RE: Need help to crack salted hash - b8vr - 03-09-2025

In that case you could use hashcat mode 1410 or 1420 depending on how you combine. One is hash: salt the other salt:hash