# Hash Cracking

## Rar File

<https://dfir.science/2014/07/how-to-cracking-zip-and-rar-protected.html>

```
sudo rar2john File.rar > hash
```

```
sudo john hash --wordlist=/usr/share/wordlists/rockyou.txt
```

```
unrar x File.rar
```
