root@thehacksparrow:~/writeups$ SYSTEM ONLINE
root@sparrow:~/writeups$ cat spookypass.md
// writeups

SpookyPass

13 Nov 2024 · 2 min read · user access
SpookyPass — HTB challenge
A 64-bit ELF that prompts for a password. The secret sits in cleartext among the binary's strings — strings reveals it with no debugging required.

Challenge overview

FieldValue
PlatformHack The Box · Challenge
CategoryReversing
DifficultyVery Easy
StateRetired
Filespass (ELF 64-bit)

Attack map

[ELF pass] file → Linux binary
      │
      ▼
[strings] cleartext password
      │
      ▼
[./pass] enter password
      │
      ▼
[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