root@thehacksparrow:~/writeups$ SYSTEM ONLINE
root@sparrow:~/writeups$ cat flag-command.md
// writeups

Flag Command

31 May 2024 · 2 min read · user access
Flag Command — HTB challenge
A terminal-style web "game" keeps its logic in the frontend. The command list — including a secret one — travels in an API response you can read straight from DevTools.

Challenge overview

FieldValue
PlatformHack The Box · Challenge
CategoryWeb
DifficultyVery Easy
StateRetired

Attack map

[Web /] terminal-style game
      │
      ▼
[DevTools ▸ Network] /api/options
      │
      ▼
[JSON] secret command
      │
      ▼
[FLAG]
🔒 Free account required

This is USER ACCESS content — free to unlock, no payment. The rest of the write-up (and everything else at this level) opens up once you're signed in.

Create a free account