Rating:

## HITB CTF - Simple Transfer - Misc
### Problem

The file contains a flag, find it.

[b48bfaf7-d728-4ae3-94b7-cd8b2e6e9077.pcap](https://github.com/kipyegonmark/ctfs/blob/master/HITB%20CTF/b48bfaf7-d728-4ae3-94b7-cd8b2e6e9077.pcap)

## Solution

$ foremost -i b48bfaf7-d728-4ae3-94b7-cd8b2e6e9077.pcap

Running foremost on the packet capture returns a pdf [file](https://github.com/kipyegonmark/ctfs/blob/master/HITB%20CTF/00000662.pdf) that contains the flag.

FLAG: __HITB{b3d0e380e9c39352c667307d010775ca}__

Original writeup (https://gospelofmark.ch/hitb-ctf-simple-transfer-misc.html).