64 words
1 minute
Fawn
Machine Information
- Platform: HTB
- Lab: Starting Point
- OS: Linux
- Difficulty: Very Easy
- IP:
10.129.1.14
Step 0: Getting Started
If you’re not sure how to get started, this will help.

OK!
Step 1: Recon
nmap -sC -sV $IP
Only 21/tcp (FTP) is open. vsftpd 3.0.3 — anonymous access should be tested.
Step 2: Solution
FTP Connected
ftp $IP
Anonymous Login
| User | Password |
|---|---|
| anonymous | (Enter) |
Press Enter when prompted for a password. -> 230 = successful.
Flag
lsget flag.txtbye
Flag
cat flag.txt
035db21c881520061c53e0536e44f815Yep. OK!
Some information may be outdated