image.png

This is a .pcapng file. We’ll need to open in in Wireshark.

With the .pcapng file open, choose:

image.png

If you sort by hostname, you’ll see each file that was sent from web.icsi.cyber at the bottom.

image.png

If we try to unzip the file, you’ll see we need to know the password.

image.png

Use zip2john to convert it to a format we can crack with John the Ripper

zip2john protected.zip > crackme.hash

image.png

Then run john

john crackme.hash

image.png

Now that we know the password we can unzip.

image.png