.. / FTP-Bounce-Attack-Scan
Star

Use Nmap to perform an FTP bounce attack scan, which leverages a vulnerable FTP server to scan other hosts or ports indirectly. The provided commands demonstrate how to use the -b option in Nmap to specify FTP credentials and a target, allowing you to enumerate open ports on remote systems via the FTP server. This technique is useful for bypassing network restrictions and identifying accessible services through the FTP bounce vulnerability.

Command Reference:

Target IP: 10.10.10.1
Command: Copy Extra code: Copy References:

https://book.hacktricks.wiki/en/network-services-pentesting/pentesting-ftp/index.html