Rating:

# picoCTF tab, tab, attack Write Up

## Details:
Points: 20

Jeopardy style CTF

Category: General Skills

Comments:

Using tabcomplete in the Terminal will add years to your life, esp. when dealing with long rambling directory structures and filenames: Addadshashanammu.zip

## Write up:

After unzipping the zip file and going down the directories I found a file, I then ran it:

```
./fang-of-haynekhtnamet

*ZAP!* picoCTF{l3v3l_up!_t4k3_4_r35t!_524e3dc4}
```

Original writeup (https://github.com/Kasimir123/CTFWriteUps/tree/main/2021-03-picoCTF/tab%2C-tab%2C-attack).