# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://writeups.adityadindi.com/tryhackme/untitled/crack-the-hash.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
