Skip to content

Latest commit

 

History

History

Writeup

I quickly open the PCAP file in WireShark and see some HTTP Requests to secure.html:

ws-http

It hints to a FTP so I change the filter to FTP and see this:

ws-ftp

I see they are downloading a list of files and a flag.zip

Alt text

So I follow the tcp stream to get all the data and convert to raw and downloads it as flag.zip

stream export

Trying to unzip the file shows that it is password protected:

└─$ unzip flag.zip 
Archive:  flag.zip
[flag.zip] flag.txt password: 

Looking for more in the dump I see a mail there in there it tells me a password:

mail

And unzipping with that gives me flag.txt