Posts: 2
Threads: 1
Joined: Jun 2023
06-21-2023, 01:34 AM
(This post was last modified: 06-21-2023, 02:17 AM by Chick3nman.)
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.
Posts: 385
Threads: 1
Joined: Aug 2020
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?
Posts: 2
Threads: 1
Joined: Jun 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!
Posts: 6
Threads: 0
Joined: Jul 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.