root@thehacksparrow:~/writeups$ SYSTEM ONLINE
root@sparrow:~/writeups$ cat emdee-five-for-life.md
// writeups

Emdee five for life

21 May 2019 · 8 min read · user access
Emdee five for life — HTB challenge
The site serves a random string inside an

Challenge overview

FieldValue
PlatformHack The Box · Challenge
CategoryMisc
DifficultyVery Easy
StateRetired

Attack map

[Web] random string in <h3>
      │
      ▼
[curl -c] read string + cookie
      │
      ▼
[grep+sed] isolate the exact value
      │
      ▼
[md5sum -n] hash without newline
      │
      ▼
[cut -d' '] clean the output
      │
      ▼
[curl -b POST hash] same session
      │
      ▼
[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