How to solve hashcrack challange from picoCTF
Last updated
Last updated
HI and welcome from first ctf tutorial!
Today we solve the chall:)
Description
A company stored a secret message on a server which got breached due to the admin using weakly hashed passwords. Can you gain access to the secret stored within the server?
Access the server using nc verbal-sleep.picoctf.net 62644
Hints:
Understanding hashes is very crucial. .
Can you identify the hash algorithm? Look carefully at the length and structure of each hash identified.
Tried using any hash cracking tools?
How to solve
I use online tools like for identify the hash type and for decrypt hashes