# Simple PCAP

I opened this PCAP file in Wireshark.&#x20;

<figure><img src="https://62284611-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MSvRnuhl_P5WCd1fZEn%2Fuploads%2FkyHF8OqewIbhd2xJ7c6h%2Fimage.png?alt=media&#x26;token=ab1cb72b-b399-4b39-853c-5e2622abcad3" alt=""><figcaption></figcaption></figure>

There was some activity going on in the TCP stream. I saw a PNG file being travelled.

<figure><img src="https://62284611-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MSvRnuhl_P5WCd1fZEn%2Fuploads%2Fi3b6f68wjEyLHMiAF30W%2Fimage.png?alt=media&#x26;token=ac1a643e-4039-4942-bf30-d5b1fe18e775" alt=""><figcaption></figcaption></figure>

I extracted this using the following option:

<figure><img src="https://62284611-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MSvRnuhl_P5WCd1fZEn%2Fuploads%2FBvVcFkHLSq7ex0Wh4Dux%2Fimage.png?alt=media&#x26;token=51de164b-1f83-48db-886f-aba5573f5331" alt=""><figcaption></figcaption></figure>

I saved the multipart/form-data 33 byte packet but it didn't work.

Then I observed the file being travelled in parts. I picked the specific PNG part in the wireshark explorer

<figure><img src="https://62284611-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MSvRnuhl_P5WCd1fZEn%2Fuploads%2FyzgDUpZ2iAwzcNzyYHU9%2Fimage.png?alt=media&#x26;token=0c1d584b-232e-49c7-a878-9b0f2388afe2" alt=""><figcaption></figcaption></figure>

And then exported the bytes this like this and saved it as PNG file:

<figure><img src="https://62284611-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MSvRnuhl_P5WCd1fZEn%2Fuploads%2FL8Wl38YEqC08zdEWuWOt%2Fimage.png?alt=media&#x26;token=ab38c7f9-c17d-4c79-8733-ec62861afa31" alt=""><figcaption></figcaption></figure>

The PNG had a flag!

<figure><img src="https://62284611-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MSvRnuhl_P5WCd1fZEn%2Fuploads%2FGXmYpWFdwOBB3rsWXdgp%2Fimage.png?alt=media&#x26;token=33cdc713-71c3-4986-8f68-d8bc31ec6cd9" alt=""><figcaption></figcaption></figure>
