Rootme Hash - Message Digest 5
Root-me.org
Hash - Message Digest 5
Bob found that Ronald Rivest is a terrific cryptanalyst.
We got to crack a md5 hash.
We’ll be using hashcat to do it for us.
Let’s put the hash in a file.
echo "7ecc19e1a0be36ba2c6f05d06b5d3058" > hash
Then use hashcat and pass it all the password for the seclist wordlists.
Seclist : https://github.com/danielmiessler/SecLists
hashcat -m 0 hash ~/Git/SecLists/Passwords/
It got cracked in 2 seconds.
hashcat -m 0 hash.txt ~/Git/SecLists/Passwords/ --show
7ecc19e1a0be36ba2c6f05d06b5d3058:weak
Or once again we can use a website such as: https://hashkiller.co.uk/md5-decrypter.aspx