hac-2

learn. practice. secure

CTF 2: Stylish Secrets

Our security team discovered that someone tried to “hide” sensitive data using CSS tricks. They claim that if you can’t see it, it’s secure! Prove them wrong by finding the hidden credentials and flag.

Objective:
Locate credentials and flag hidden using CSS techniques.

CTF Challenge 2: CSS
Click here for hint

Just because you can’t see something doesn’t mean it’s not there

CSS has multiple ways to hide elements

Check for elements moved off-screen or made invisible

The browser’s element inspector shows computed styles

Go to CTF 3: JavaScript Jungle