Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 484 Bytes

README.md

File metadata and controls

26 lines (12 loc) · 484 Bytes

ws3 (211 solves)

What the... record.pcapng

Author: JoshDaBosh

We can clearly see that some github transmission is going on. Looking at the packets we can notice packets starting with PACK magic bytes. This is a github commit archive.

Solution:

In wireshark -> File -> Export objects -> save all.

binwalk -e *

Next, we use binwalk to extract every archive. The largest extracted file is png image.

678