RUN!
64 words
1 minute
Fawn
18 hours ago
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.

HTB-Fawn 1

OK!


Step 1: Recon#

Terminal window
nmap -sC -sV $IP

HTB-Fawn 2

Only 21/tcp (FTP) is open. vsftpd 3.0.3 — anonymous access should be tested.


Step 2: Solution#

FTP Connected#

Terminal window
ftp $IP

HTB-Fawn 3

Anonymous Login#

UserPassword
anonymous(Enter)

Press Enter when prompted for a password. -> 230 = successful.

Flag#

Terminal window
ls
get flag.txt
bye

HTB-Fawn 4

Flag#

Terminal window
cat flag.txt

HTB-Fawn 5

035db21c881520061c53e0536e44f815

Yep. OK!

Fawn
https://www.hackthebox.com/
Author
Alp
Published at
2026-03-17
License
CC BY-NC-SA 4.0

Some information may be outdated