Port 21 - FTP

Connection

ftp 10.10.10.143
telnet 10.10.10.143 21
netcat 10.10.10.143 21
telnet -vn 10.10.10.143

Anonymous Login

ftp 10.10.10.143
anonymous
anonymous

nmap 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 code

User Enumeration

// Some code

Username and Password Bruteforce Attack

Download Files

Download Files Recursively

Sort files based on file size

Read all files

Last updated