Another day, another challenge.
Today’s blog post we will be solving the “Digital Camouflage” challenge in the PicoCTF.
Let’s start.
Clicking on the challenge we see the following:
We need to find the password in a packet capture.
Let’s look at the hints to see what we can find.
Downloading the file and going to Wireshark we see the following:
We see network traffic. The first half is UDP packets which is not important for this challenge.
Scrolling down we see the following:
Looking at this packet we see a username, and password. Could this be what we’re looking for?
Doing a right click, follow, HTTP Stream we see:
Entering the password into the input box we retrieved the flag and acquired 50 points.
You must log in to post a comment.