PetyaSec Blog
  • 🐵About me
  • Tutorials
  • Subdomain enumeration with subfinder
  • TryHackMe
    • Windows Fundamentals 1 | EN
  • CTFs
    • How to solve hashcrack challange from picoCTF
Powered by GitBook
On this page
  1. CTFs

How to solve hashcrack challange from picoCTF

PreviousWindows Fundamentals 1 | EN

Last updated 17 days ago

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:

  1. Understanding hashes is very crucial. .

  2. Can you identify the hash algorithm? Look carefully at the length and structure of each hash identified.

  3. Tried using any hash cracking tools?

How to solve

I use online tools like for identify the hash type and for decrypt hashes

hashcrack
Read more here
https://hashes.com/en/tools/hash_identifier
https://10015.io/tools/