Skip to main content

Command Palette

Search for a command to run...

FAWN

Updated
1 min readView as Markdown
P
CTF player and Web Pentester
  1. what does FTP stands for = file transfer protocol

  2. whst is port numbr of FTP = 21

  3. Extension of FTP protocol which provide serurity = SFTP

  4. Command use to send ICMP cho request = ping

  5. FTP version from target ip = nmap -T4 -O -sC -sV -Pn -vv

  6. OS we got while NMAP scan = UNIX

  7. command to display FTP client help menu = ftp -h

  8. username used to FTp when login without having account = anonymous {hint= When your name is not known, you are...}

  9. response code when we get successfully login in FTP = 230

  10. command to list = ls

  1. command to download file from ftp server to local machine = get <file_name>