PcapPoisoning
PcapPoisoning
PcapPoisoning
AUTHOR: MUBARAK MIKAIL
Description How about some hide and seek heh? Download this file and find the flag.
Solution
- This challenge was pretty easy, Download the packet capture file
- Then even without firing
wireshark, we use strings and grep and look for the flag formatpicoCTF{}strings trace.pcap | grep -E "pico" - We immedietely get the flag.

Eazy Peazy
This post is licensed under CC BY 4.0 by the author.