← Back to STEG BREAK CTF

SOMEWHERE

Locate the hidden flag inside the robots.txt file.

Tools Used

cURL

Overview

A basic challenge instructing us to find a hidden flag by visiting the website.

Reconnaissance

We check the /robots.txt path for typical entries.

Exploitation Strategy

The flag is listed directly under the disallowed paths in the robots.txt config file.

Solution Code

curl http://<host>/robots.txt
Flag: STG{r0b0ts_b3tr3y3d}

Flag

STG{r0b0ts_b3tr3y3d}