FTP
FTP Security & Exploitation Guide
1. About FTP
2. Basic Usage
Connecting to an FTP Server
ftp 192.0.2.10Common Commands
get <file> # Download a file
mget * # Download multiple files
put <file> # Upload a file
mput * # Upload multiple files
ls # List directory contents
cd <dir> # Change directory
status # Show connection/server info
bye # Exit FTP session3. FTP on Linux (vsFTPd Example)
4. Dangerous Configuration Settings
5. Brute-Forcing FTP
Using Medusa
6. FTP Bounce Attack
Example with Nmap
7. Tips & Tricks for Exploiting FTP
8. Beyond FTP – TFTP
Last updated