Rating:

# picoCTF Obedient Cat Write Up

## Details:
Points: 5

Jeopardy style CTF

Category: General Skills

Comments: This file has a flag in plain sight (aka "in-the-clear").

## Write up:

For this challenge all you needed to do was to use cat to look at the file contents:

```
cat flag
picoCTF{s4n1ty_v3r1f13d_b5aeb3dd}
```

Original writeup (https://github.com/Kasimir123/CTFWriteUps/tree/main/2021-03-picoCTF/obedient-cat).