root@thehacksparrow:~/writeups$ SYSTEM ONLINE
root@sparrow:~/writeups$ cat extraterrestrial-persistence.md
// writeups

Extraterrestrial Persistence

28 Apr 2023 · 2 min read · user access
Extraterrestrial Persistence — HTB challenge
A Linux persistence script via systemd. Decoding the Base64 that builds the .service file, the flag appears inside the Description= field.

Challenge overview

FieldValue
PlatformHack The Box · Challenge
CategoryForensics
DifficultyVery Easy
StateRetired
Filespersistence.sh

Attack map

[persistence.sh] malicious script
      │
      ▼
[checks] user/host + curl payload
      │
      ▼
[base64 -d] builds service.service
      │
      ▼
[Description=] holds the flag
      │
      ▼
[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