FTP Bounce Port Scanner
Enumerate TCP services via the FTP bounce PORT/LIST method, which can still come in handy every once in a while (I know of a server that still allows this just fine...).
Rank
- Normal
Authors
- kris katterjohn < katterjohn [at] gmail.com >
Development
Similar Modules
- auxiliary/scanner/portscan/ack
- auxiliary/scanner/portscan/syn
- auxiliary/scanner/portscan/tcp
- auxiliary/scanner/portscan/xmas
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/scanner/portscan/ftpbounce
msf auxiliary(ftpbounce) > set BOUNCEHOST [ADDRESS]
msf auxiliary(ftpbounce) > set RHOSTS [TARGET HOST RANGE]
msf auxiliary(ftpbounce) > run
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/scanner/portscan/ftpbounce
msf auxiliary(ftpbounce) > set BOUNCEHOST [ADDRESS]
msf auxiliary(ftpbounce) > set RHOSTS [TARGET HOST RANGE]
msf auxiliary(ftpbounce) > run
Module Options
| BOUNCEHOST | FTP relay host |
| BOUNCEPORT | FTP relay port (default: 21) |
| FTPPASS | The password for the specified username (default: mozilla@example.com) |
| FTPUSER | The username to authenticate as (default: anonymous) |
| PORTS | Ports to scan (e.g. 22-25,80,110-900) (default: 1-10000) |
| RHOSTS | The target address range or CIDR identifier |
| THREADS | The number of concurrent threads (default: 1) |
| CHOST | The local client address |
| CPORT | The local client port |
| ConnectTimeout | Maximum number of seconds to establish a TCP connection |
| FTPDEBUG | Whether or not to print verbose debug statements |
| FTPTimeout | The number of seconds to wait for a reply from an FTP command |
| Proxies | Use a proxy chain |
| SSL | Negotiate SSL for outgoing connections |
| SSLVersion | Specify the version of SSL that should be used (accepted: SSL2, SSL3, TLS1) |
| ShowProgress | Display progress messages during a scan |
| ShowProgressPercent | The interval in percent that progress should be shown |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
| TCP::max_send_size | Maxiumum tcp segment size. (0 = disable) |
| TCP::send_delay | Delays inserted before every send. (0 = disable) |
