Rating: 5.0

# CSAW Quals 2016: Kill - Forensics 50

> Is kill can fix? Sign the autopsy file?

We are given the file `kill.pcapng`

```bash
$ strings kill.pcapng | grep flag
flag{roses_r_blue_violets_r_r3d_mayb3_harambae_is_not_kill}
```

Original writeup (https://github.com/krx/CTF-Writeups/tree/master/CSAW%2016%20Quals/for50%20-%20kill).
norajSept. 19, 2016, 5:18 p.m.

that's the dumb but easy and fast way