Rating:

## Problem Statement

Bob and Charlie were sending some messages among themselves,and I planned to intercept their messages and get something out of it, however, they are clever enough that no secret gets leaked. Please help me out to get the secret!!

__Note:__ You are given `final_fuzz.pcap`

## Solution Overview

Analysis of the pcap shows that there is a __PGP message__ and __PNG image__ that is exfiltrated through DNS. We write a `scapy` script to extract the image and contains the __PGP key__.

__For full implementation see the URL__

Original writeup (https://github.com/pberba/ctf-solutions/tree/master/20181025_bsidesdelhi/forensics-200-fuzzy).