Port 21 - FTP
Connection
ftp 10.10.10.143
telnet 10.10.10.143 21
netcat 10.10.10.143 21Banner Grabbing
telnet -vn 10.10.10.143Anonymous Login
ftp 10.10.10.143
anonymous
anonymousnmap ftp Script
nmap -oA nmap/ftp.nmap -script 'not brute and not dos and *ftp*' --script-args= -d -Pn -v -p 21 10.10.10.143
nmap ftp vuln script
nmap --script=ftp-* -p 21 10.10.10.143ome codeUser Enumeration
// Some codeUsername and Password Bruteforce Attack
Download Files
Download Files Recursively
Sort files based on file size
Read all files
Last updated