247CTF - Follow the Sequence
Multi-path TCP (MPTCP) challenge: data is spread across multiple subflows. Task is to combine the requests and recover the flag.
Approach
- Merge PCAP files - Combine three MPTCP flow captures
- Extract TCP streams - Reconstruct the data from merged flows
- Analyze extracted data - Look for embedded archives and artifacts
- Extract and inspect - Check for flag in extracted files
Solution Steps
1 | # 1. Merge the three PCAP files |
Key Findings
- Identified ZIP archive at offset
0x78145Bcontaining 11 files - Extracted files include multiple JPEGs:
Flag.jpg,Here.jpg,Is.jpg,NOT_A_FLAG.jpg - Flag is embedded in one of the extracted images