WebDecode
March 13, 2025Problem Description
*Do you know how to use the web inspector? Start searching here to find the flag
- Target: http://titan.picoctf.net:51021/
- Goal: extract a flag
- Initial Observations: The name of the challenge is webdecode it might include a base64
Tools Used
- Web inspector
- https://www.base64decode.org/
Solution Steps
-
Viewing the source code of the web pages
The Home and Contact pages didn’t have much But the The About page had something interesting an encoded string -
Decoding the base64
Simply enter the string and get the flag