"No hash-mode matches..." SCRAM-SHA-256
#1
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.
Reply
#2
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?
Reply
#3
(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!
Reply
#4
(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.
Reply