-
Notifications
You must be signed in to change notification settings - Fork 57
FTP Enumeration
DigitalAftermath edited this page Jun 9, 2018
·
1 revision
ftp-vulnerability-scan - Nmap can be leveraged to scan FTP services for known vulnerabilities.
Example Syntax:
nmap -sV -Pn -vv -p [PORT] --script=ftp-anon,ftp-bounce,ftp-libopie,ftp-proftpd-backdoor,ftp-vsftpd-backdoor,ftp-vuln-cve2010-4221 [IP]
ftp-default - Hydra can be utilized to check FTP services for default credentials.
Example Syntax:
hydra -s [PORT] -C ./wordlists/ftp-default-userpass.txt -u -f [IP] ftp