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

# Crack The Hash

![image](https://user-images.githubusercontent.com/44063862/82438962-72e77a00-9acc-11ea-9a68-5c540925576f.png)

## LEVEL 1

### 1. 48bb6e862e54f2a795ffc4e541caed4d

I use Hash Anylyzer to analyse the given Hash. [Hash Analyzer](https://www.tunnelsup.com/hash-analyzer/)

![image](https://user-images.githubusercontent.com/44063862/82433858-a1f9ed80-9ac4-11ea-8613-6f49f934700e.png)

So, based on the output it is [MD5 Decryption](https://www.md5online.org/md5-decrypt.html)

![image](https://user-images.githubusercontent.com/44063862/82433869-a4f4de00-9ac4-11ea-84c5-e16c1e38c806.png)

**Answer: easy**

### 2. CBFDAC6008F9CAB4083784CBD1874F76618D2A97

I think for the rest of question also i will using this tool. [Hash Analyzer](https://www.tunnelsup.com/hash-analyzer/)

![image](https://user-images.githubusercontent.com/44063862/82434261-32d0c900-9ac5-11ea-8157-e87aa9a78c98.png)

So, based on the output it is SHA1 [Hashes](https://hashes.com/en/decrypt/hash)

![image](https://user-images.githubusercontent.com/44063862/82434269-349a8c80-9ac5-11ea-81fc-e99d46678d54.png)

I check 70617373776f7264313233 in [Hash Analyzer](https://www.tunnelsup.com/hash-analyzer/). It say to be Hex.

So, I hex(decode) this 70617373776f7264313233 using [CyberChef](https://www.tunnelsup.com/hash-analyzer/)

![image](https://user-images.githubusercontent.com/44063862/82434628-b7bbe280-9ac5-11ea-89a6-8ee67b9369a8.png)

**Answer: password123**

### 3. 1C8BFE8F801D79745C4631D09FFF36C82AA37FC4CCE4FC946683D7B336B63032

[Hash Analyzer](https://www.tunnelsup.com/hash-analyzer/)

![image](https://user-images.githubusercontent.com/44063862/82434799-fb165100-9ac5-11ea-820b-8dc46c2be78f.png)

It is SHA256 [Hashes](https://hashes.com/en/decrypt/hash)

![image](https://user-images.githubusercontent.com/44063862/82434809-fce01480-9ac5-11ea-916e-0a3255d19977.png)

**Answer: letmein**

### 4. $2y$12$Dwt1BZj6pcyc3Dy1FWZ5ieeUznr71EeNkJkUlypTsgbX1H68wsRom

[Hash Analyzer](https://www.tunnelsup.com/hash-analyzer/)

![image](https://user-images.githubusercontent.com/44063862/82434988-3ca6fc00-9ac6-11ea-8ead-2774dd391967.png)

It is bcrypt. I google the hash.

![image](https://user-images.githubusercontent.com/44063862/82435147-724be500-9ac6-11ea-991e-995803e53ca9.png)

[Identifying and Cracking Hashes](https://medium.com/infosec-adventures/identifying-and-cracking-hashes-7d580b9fd7f1)

CTRL + F

![image](https://user-images.githubusercontent.com/44063862/82435154-74ae3f00-9ac6-11ea-9f7a-124d2960f896.png)

**Answer: bleh**

### 5. 279412f945939ba78ce0758d3fd83daa

[Hash Analyzer](https://www.tunnelsup.com/hash-analyzer/)

![image](https://user-images.githubusercontent.com/44063862/82435357-c3f46f80-9ac6-11ea-9662-d91976eafc1f.png)

Output is MD5. [Hashes](https://hashes.com/en/decrypt/hash)

![image](https://user-images.githubusercontent.com/44063862/82435473-ef775a00-9ac6-11ea-9706-02741bf0c681.png)

**Answer: bleh**

## LEVEL 2

### 1. F09EDCB1FCEFC6DFB23DC3505A882655FF77375ED8AA2D1C13F640FCCC2D0C85

[Hash Analyzer](https://www.tunnelsup.com/hash-analyzer/)

![image](https://user-images.githubusercontent.com/44063862/82438345-7b8b8080-9acb-11ea-8470-d29342f4295c.png)

[Hashes](https://hashes.com/en/decrypt/hash)

![image](https://user-images.githubusercontent.com/44063862/82438349-7d554400-9acb-11ea-9b08-1a13f788a59b.png)

**Answer: paule**

### 2. 1DFECA0C002AE40B8619ECF94819CC1B

[Hash Analyzer](https://www.tunnelsup.com/hash-analyzer/)

![image](https://user-images.githubusercontent.com/44063862/82438466-ad9ce280-9acb-11ea-8133-c7d899832815.png)

[Hashes](https://hashes.com/en/decrypt/hash)

![image](https://user-images.githubusercontent.com/44063862/82438472-af66a600-9acb-11ea-8ed1-36e24aa88da8.png)

**Answer: n63umy8lkf4i**

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

Salt: aReallyHardSalt

```
hashcat -m 1800 hash.txt rockyou.txt
```

**Answer: waka99**

### 4. Hash: e5d8870e5bdd26602cab8dbe07a942c8669e56d6

Salt: tryhackme

[Hash Analyzer](https://www.tunnelsup.com/hash-analyzer/)

![image](https://user-images.githubusercontent.com/44063862/82438697-0bc9c580-9acc-11ea-92c7-792c94de5d6f.png)

```
hashcat -m 160 hash.txt rockyou.txt
```

**Answer: 481616481616**

*<mark style="color:orange;">By AdaniKamal</mark>*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://adanikamal.gitbook.io/adanikamal/walkthrough/tryhackme/crack-the-hash.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
