247CTF - Error Reporting Protocol
Identify the flag hidden within error messages of ICMP traffic captured in a PCAP file.
Vulnerability
ICMP packets (ping replies) can carry data in their payload. The flag is exfiltrated through ICMP echo replies. ICMP is often overlooked as a potential data exfiltration channel.
Solution
1 | #!/usr/bin/env python3 |
The extracted data is a JPG image containing the flag.
247CTF{580e6d627470448064fa7bffd6284ddf}