FAWN
what does FTP stands for = file transfer protocol
whst is port numbr of FTP = 21
Extension of FTP protocol which provide serurity = SFTP
Command use to send ICMP cho request = ping
FTP version from target ip = nmap -T4 -O -sC -sV -Pn -vv
OS we got while NMAP scan = UNIX
command to display FTP client help menu = ftp -h
username used to FTp when login without having account = anonymous {hint= When your name is not known, you are...}
response code when we get successfully login in FTP = 230
command to list = ls
- command to download file from ftp server to local machine = get <file_name>