Tags: aircrack bruteforce networking 

Rating:

Given a .cap (packet capture file), the goal wa to get the wifi password.
I simply brute forced the password using aircrack-ng:

```
$ aircrack-ng -z hack1-01.cap -w rockyou.txt
```

After a while, the desired result finally appears:

```
KEY FOUND! [ no1caredformelikejesus ]
```

flag: Trollcat{no1caredformelikejesus}