Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/auxiliary/scanner/portscan/ftpbounce.md
Views: 11655
Vulnerable Application
Enumerate TCP services via the FTP bounce PORT/LIST method
Verification Steps
Start msfconsole
Do:
use modules/auxiliary/scanner/portscan/ftpbounce
Do:
set BOUNCEHOST [ip]
Do:
set PORTS [number(s)]
Do:
set RHOSTS [ip]
Do:
set FTPUSER [user]
Do:
set FTPPASS [password]
Do:
run
Scenarios
Docker Usage: docker run -e "ADDED_FLAGS=-w -W -d -d" -e FTP_USER_NAME=bob -e FTP_USER_PASS=12345 -e FTP_USER_HOME=/home/bob stilliard/pure-ftpd