TCTT2022{xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}
- First, Let open the pcap file with wireshark and analyze it with
Statistics > Protocol Hierarchy.
- It look like there is a lot of FTP request, so export the FTP data with
File > Export Objects > FTP-DATA.
- We found secret.zip, so let save it.
- Trying to unzip it, but it need a password.
- Let crack it with fcrackzip and rockyou wordlist with this command.
fcrackzip -u -D -p <PATH-TO-WORDLIST> <PATH-TO-ZIP-FILE>As you can see, the password is password.
- We use previous password to unzip the zip file and we got secret.
- We
catthat file, and the result istctt2022{Steal_Data_via_FTP}






