Posts: 2
Threads: 1
Joined: Mar 2025
03-05-2025, 09:39 PM
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.
Posts: 134
Threads: 1
Joined: Apr 2022
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.
Posts: 2
Threads: 1
Joined: Mar 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
Posts: 134
Threads: 1
Joined: Apr 2022
03-09-2025, 10:41 PM
(This post was last modified: 03-09-2025, 10:43 PM by b8vr.)
In that case you could use hashcat mode 1410 or 1420 depending on how you combine. One is hash: salt the other salt:hash