New - What am I missing?
#8
if the example hash works (from the wiki page, password for the example hash is hashcat), so should every other hash given the correct hash, salt, password.

there could be many problems.
1. your hash was not generated with the same algorithm (see for instance differences between 110 and 120)
2. salt is not complete or in wrong format (binary vs hex salt)
3. the password is not correct
etc etc

just test the example hash and confirm if it is working and if that is working you need to find out why your other example (your original hash/salt/password) is not cracking (maybe some of the reasons from above)
Reply


Messages In This Thread
New - What am I missing? - by Crypteria - 10-12-2019, 04:51 PM
RE: New - What am I missing? - by royce - 10-12-2019, 04:56 PM
RE: New - What am I missing? - by Crypteria - 10-12-2019, 05:11 PM
RE: New - What am I missing? - by Crypteria - 10-12-2019, 05:01 PM
RE: New - What am I missing? - by Crypteria - 10-12-2019, 05:05 PM
RE: New - What am I missing? - by philsmd - 10-12-2019, 05:18 PM
RE: New - What am I missing? - by Crypteria - 10-12-2019, 05:34 PM
RE: New - What am I missing? - by philsmd - 10-12-2019, 05:40 PM
RE: New - What am I missing? - by Crypteria - 10-12-2019, 05:52 PM