Tags:enumerationftpport21 Index: - index location


Summary

Enumeration Techniques for FTP


Enumeration using Nmap

Service version scan
nmap -sV -p 21 [target host]
Aggressive scan ( OS detection, version detection, script scanning, and traceroute)
nmap -sV -p 21 -A [target host]
Nmap Script for checking anonymous login
nmap -sV -p 21 --script ftp-anon [target host]
Connecting to ftp host
ftp [target host]