Another day, another challenge…
In today’s blog post we will be solving the “WorldChat” challenge from the PicoCTF.
Let’s get started!
Going to the challenge we see:
OK so we need to find the flag inside of the WorldChat app. According to the description when connecting to this app there will be many people on the app besides us.
Let’s look at the hints to see if it will help us.
We need to us the nc command (we’ve used this in another challenge) and use the grep command to filter output.
Let’s try it.
Connecting to the server we see a bunch of chats from different people. I pressed Ctrl + C to stop it.
Let’s use the hints and use the grep command with the “|” (pipe) command.
Press Ctrl + C to end the chat.
I have only captured screenshots of output that has the flag. Entering the flag into the input box we acquired 30 points.
You must be logged in to post a comment.