> For the complete documentation index, see [llms.txt](https://writeups.adityadindi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://writeups.adityadindi.com/tryhackme/untitled/crack-the-hash.md).

# Crack The Hash

![](/files/-MbJ2Rkn9XbUy96Ld2mp)

## Tools

[Hash-identifier](https://tools.kali.org/password-attacks/hash-identifier)

[Crackstation](https://crackstation.net/)

## Task 1: Level 1

### Question 1

48bb6e862e54f2a795ffc4e541caed4d

I am going to use [crackstation ](https://crackstation.net/)for this question.

![](/files/-MbJ4vOzWirtuuNpZAQi)

The answer is "easy"

### Question 2

CBFDAC6008F9CAB4083784CBD1874F76618D2A97

I am going to use crackstation again for this task.

![](/files/-MbJ5F8Cs0LoHsw8L-vv)

The answer is "password123"

### Question 3

1C8BFE8F801D79745C4631D09FFF36C82AA37FC4CCE4FC946683D7B336B63032

Going to use crackstation again.

![](/files/-MbJ5VM0YfQqbnNu27c0)

The answer is "letmein"

### Question 4

$2y$12$Dwt1BZj6pcyc3Dy1FWZ5ieeUznr71EeNkJkUlypTsgbX1H68wsRom

For this question crackstation won't work, so I used [Hash Analyzer](https://www.tunnelsup.com/hash-analyzer/) to identify the hash and cracked it with hashcat.

![](/files/-MbJ6QOzbmeLr1kbiIXW)

So the hash type is bcrypt, so lets crack this with hashcat. First we need to save the hash into a file (I used hash.txt as the name)

![](/files/-MbJ7JsqhuyLMHL6gR7g)

It takes a while, the answer is "bleh"

### Question 5

279412f945939ba78ce0758d3fd83daa

I used crackstation for this

![](/files/-MbJ7qxQDXYbnv3howVn)

The answer is "Eternity22"

![](/files/-MbJ95hmrzN9afVjYaEE)

## Task 2: Level 2

### Question 1

F09EDCB1FCEFC6DFB23DC3505A882655FF77375ED8AA2D1C13F640FCCC2D0C85

I used crackstation for this

![](/files/-MbJ8VoXUwsv2uG4uyVv)

The answer is "paule"

### Question 2

1DFECA0C002AE40B8619ECF94819CC1B

I used crackstation for this

![](/files/-MbJ8jJ5Eb4y1d7zYLPZ)

### Question 3

Hash: $6$aReallyHardSalt$6WKUTqzq.UQQmrm0p/T7MPpMbGNnzXPMAXi4bJMl9be.cfi3/qxIf.hsGpS41BqMhSrHVXgMpdjS6xeKZAs02.

Salt: aReallyHardSalt

For this question I used hashcat, but first we need to identify what type of hash it is. For that I used hash type identifier.

![](/files/-MbJ9zhmYKOSsWC-c3KO)

And now that we know the hash type, we can use hashcat to crack the hash.

![](/files/-MbJJFADqJwkrBFPw1wO)

It takes a lot of time, the answer is "waka99"

### Question 4

e5d8870e5bdd26602cab8dbe07a942c8669e56d6

I used Hash Type Identifier to identify the hash

![](/files/-MbJJbagoZ03QU001WhT)

Now I will use hashcat to crack the hash. It takes a lot of time so the answer is "481616481616"

![](/files/-MbJJtZF3fKDkZTBuS_2)
