← Back to STEG BREAK CTF

BUT WHY

Discover 4 hidden flag parts scattered across standard web paths: robots.txt, security.txt, humans.txt, and the about page.

Tools Used

Web Crawlingrobots.txtsecurity.txt

Overview

The website cyberdeffence.netlify.app hosts a flag split into four hidden segments.

Reconnaissance

We inspect common meta paths and directories: /robots.txt, /security.txt, /humans.txt, and /about.

Exploitation Strategy

- Part 1: found in /robots.txt (STG{S0rr7)
- Part 2: found in /security.txt (_f0007)
- Part 3: found in /humans.txt (_DI115t)
- Part 4: found in the source code of the /about page (_Bancz333333}).

Solution Code

Combine all 4 parts in order:
STG{S0rr7 + _f0007 + _DI115t + _Bancz333333} -> STG{S0rr7_f0007_DI115t_Bancz333333}

Flag

STG{S0rr7_f0007_DI115t_Bancz333333}