🐊 Crocodile - Overview
📝 Machine Information
- Name: Crocodile
- Platform: Hack The Box (Starting Point - Tier 1)
- Difficulty: Very Easy
- IP Address: 10.129.104.153
🎯 Objective
Retrieve sensitive user lists from an insecure FTP server and use them to gain access to a hidden administrator dashboard on the web server.
🚀 Walkthrough Summary
- Reconnaissance: Identified Port 21 (FTP) and Port 80 (HTTP) as open.
- Enumeration (FTP): Accessed the FTP server via anonymous login and exfiltrated
allowed.userlistandallowed.userlist.passwd. - Enumeration (Web): Performed directory bursting on the web server and discovered a hidden
login.phppage and adashboard/directory. - Initial Access: Logged into the
login.phpportal using credentials found in the exfiltrated lists. - Exfiltration: Accessed the dashboard and retrieved the flag.
🔗 Quick Links
🖼️ Proof of Compromise

Next Step