🚩 Challenge Overview
- Platform/Event: picoCTF 2024
- Difficulty: Easy
- Points: 100
- Solves: 8,421
- Category: Web
- Tags: Source Review, Base64
📝 Description
Flag hidden as a Base64-encoded data- attribute in the HTML source. Inspect → decode → flag.
💡 Solution / Approach
curl -s http://target/ | grep 'data-' | base64 -d