101 - Forensics
Last updated
Last updated
Forensics 101
Author: Fedra
TSA{Forensic_101_0d1b25a70976d70f}
We are given a packet capture file which contains many ICMP packets. From one of the ICMP packets, we can see that the data transmitted contains the first 16 bytes of a PNG header that is repeated.
From the analysis, we need to create a script to get the first 16 bytes of the data from every ICMP packets and parse all the PNG files from that. The resulting PNG files will form a flag.