hashcat Forum

Full Version: "No hash-mode matches..." SCRAM-SHA-256
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In terminal I run:

hashcat "[hash removed by moderators]"

But it results in :
"No hash-mode matches the structure of the input hash."

SCRAM-SHA-256 is listed in https://hashcat.net/hashcat/#features-algos
However for some reason I cant get this working.

Any suggestions?
Thx in advance.
There are two modes available in hashcat for this hash:

24200 MongoDB ServerKey SCRAM-SHA-256
28600 PostgreSQL SCRAM-SHA-256

https://hashcat.net/wiki/doku.php?id=example_hashes

Both don't work with your hash?
(06-21-2023, 11:01 AM)marc1n Wrote: [ -> ]There are two modes available in hashcat for this hash:

24200 MongoDB ServerKey SCRAM-SHA-256
28600 PostgreSQL SCRAM-SHA-256

https://hashcat.net/wiki/doku.php?id=example_hashes

Both don't work with your hash?

NVM I got it to work, I wasn't specifying the mode correctly, and I didn't have the hash in a file. Thx for the reply!
(06-21-2023, 11:01 AM)marc1n Wrote: [ -> ]There are two modes available in hashcat for this hash:

24200 MongoDB ServerKey SCRAM-SHA-256
28600 PostgreSQL SCRAM-SHA-256

https://hashcat.net/wiki/doku.php?id=example_hashes

Both don't work with your hash?

Thank you for the link sir, you saved my day.