findme
Author: Geoffrey Njogu | 100 points
Last updated
Author: Geoffrey Njogu | 100 points
Last updated
Help us test the form by submitting the username as test
and password as test!
The website running here.
We are given a simple login page.
We are told to test the website functionality with the username test
and password test!
. Once we submit our credential given to us, we are let into the search site below.
If we use the Dev Tools in Firefox we can see the packets being sent to the server and spot something in the network traffic.
We can tell this is base64 because of the == at the end on id. Once we concat these two id values, we can convert the base64 and get the flag.
The flag is picoCTF{proxies_all_the_way_01e748db}