Shiba Insider
What is the response message obtained from the PCAP file?
Let's open the insider.pcap
file using Wireshark.
Let's follow the TCP stream via Follow > TCP Stream
.
Answer
use your own password
What is the password of the ZIP file?
The answer to the previous question told us to use our own password.
If we look at the TCP stream we can see a string sent by us that might be a password.
The string has two ==
signs at the end. This is an indication that the string has been encrypted using Base64.
Let's use Cyberchef to decode it.
Answer
redforever
Will more passwords be required?
We can now unzip file.zip
using the redforever
password.
$ unzip file.zip
Archive: file.zip
[file.zip] ssdog1.jpeg password:
inflating: ssdog1.jpeg
inflating: README.txt
As there are no more Zip files, we can safely say that no more password will be required.