Pentesting FTP - 21

Nmap Vulns for FTP

nmap --script ftp-* -p 21 <ip>

Anonymous Login

Aşağıda ki msf komutlarında kaç tane ip vereceksek, threads'i o kadar ayarlayabiliriz.

 use auxiliary/scanner/ftp/anonymous
 msf auxiliary(anonymous) > show options

Module options:

   Name     Current Setting      Required  Description
   ----     ---------------      --------  -----------
   FTPPASS  mozilla@example.com  no        The password for the specified username
   FTPUSER  anonymous            no        The username to authenticate as
   RHOSTS                        yes       The target address range or CIDR identifier
   RPORT    21                   yes       The target port
   THREADS  1                    yes       The number of concurrent threads

FTP BruteForce

Last updated