hashcat Forum
"No hash-mode matches..." SCRAM-SHA-256 - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: "No hash-mode matches..." SCRAM-SHA-256 (/thread-11469.html)



"No hash-mode matches..." SCRAM-SHA-256 - bport - 06-21-2023

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.


RE: "No hash-mode matches..." SCRAM-SHA-256 - marc1n - 06-21-2023

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?


RE: "No hash-mode matches..." SCRAM-SHA-256 - bport - 06-21-2023

(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!


RE: "No hash-mode matches..." SCRAM-SHA-256 - HectorSchauer - 07-12-2023

(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.