Adam Bytes

// Hack The Box · Getting Started

Tier 0 — All 8 Machines

Tier 0 is foundational. Every machine in this series exposes a misconfigured or unauthenticated service — Telnet, FTP, SMB, Redis, RDP, Nginx, MongoDB, Rsync. The point is not the exploit, it’s learning to read the service before you touch it. These writeups document what each machine taught me, not just how I got the flag.

14 Sep 2025 · Tier 0
HTB: Meow
Enumeration with Nmap, connecting via Telnet, and why unauthenticated remote access is still depressingly common.
HTB
15 Sep 2025 · Tier 0
HTB: Fawn
FTP protocols, anonymous authentication, and how a misconfigured file server hands over everything in plaintext.
HTB
11 Oct 2025 · Tier 0
HTB: Dancing
SMB enumeration, share access with a blank password, and why Port 445 still keeps security teams up at night.
HTB
11 Oct 2025 · Tier 0
HTB: Redeemer
Redis, in-memory databases, and why a caching service exposed to the internet without authentication is a gift to an attacker.
HTB
17 Oct 2025 · Tier 0
HTB: Explosion
RDP misconfigurations, xfreerdp, and getting a full desktop from a blank administrator password.
HTB
17 Oct 2025 · Tier 0
HTB: Preignition
Directory brute-forcing with gobuster, finding an unlisted admin panel, and default credentials that were never changed.
HTB
5 Jan 2026 · Tier 0
HTB: Mongod
MongoDB, NoSQL databases, and what happens when a document store is connected to the internet with default settings.
HTB
9 Jan 2026 · Tier 0
HTB: Synced
Rsync, anonymous module access, and syncing files off a server that never asked for credentials.
HTB
Back to HTB Tier 1 coming soon →