hashcat Forum
hashcat recovers null results - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: General Talk (https://hashcat.net/forum/forum-33.html)
+--- Thread: hashcat recovers null results (/thread-7926.html)



hashcat recovers null results - Kangaroot - 11-05-2018

I was hoping someone can explain hashcat behaviour.

I have bunch of hashes (sha512($pass.$salt)) which I run against dictionary and hashcat recovers them as null. They can be different hashes with different salts, but hashcat still recovers them as null.

Basically, output looks like [hash]:[salt]:      ...and then nothing.

Am I missing out something?


RE: hashcat recovers null results - DanielG - 11-05-2018

Just to be really really sure, if you do sha512($salt) on for example https://passwordsgenerator.net/sha512-hash-generator/ you don't get the hash in your output?


RE: hashcat recovers null results - Kangaroot - 11-05-2018

Yes, it does actually. What would that mean?


RE: hashcat recovers null results - DanielG - 11-05-2018

That hashcat is correctly showing the results. There is no password for those hashes you have, only a salt. Depending on your source this might be logical.


RE: hashcat recovers null results - Kangaroot - 11-05-2018

Makes sense, thank you, Daniel.


RE: hashcat recovers null results - Kangaroot - 11-05-2018

Although I don't fully understand, why there will need to be salt if no password?

I believe this is something to do with 'Windows Authentication' when users authenticate using Windows logon. But again why unique salt needed to be generated and as a password used encoded salt?!