Ftp/ftp version
De www.metasploit-es.com.ar
El modulo "ftp_version" simplemente escanea un rango de direcciones IP y determina la version de cualquier servidor FTP que este ejecutandose.
msf > use auxiliary/scanner/ftp/ftp_version msf auxiliary(ftp_version) > 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
Para configurar el modulo, simplemente necesitamos definir los valores RHOSTS y THREADS y ejecutarlo.
msf auxiliary(ftp_version) > set RHOSTS 192.168.1.200-254 RHOSTS => 192.168.1.200-254 msf auxiliary(ftp_version) > set THREADS 55 THREADS => 55 msf auxiliary(ftp_version) > run [*] 192.168.1.205:21 FTP Banner: '220 oracle2 Microsoft FTP Service (Version 5.0).\x0d\x0a' [*] 192.168.1.204:21 FTP Banner: '220 Microsoft FTP Service\x0d\x0a' [*] 192.168.1.203:21 FTP Banner: '220 Microsoft FTP Service\x0d\x0a' [*] 192.168.1.206:21 FTP Banner: '220 oracle2 Microsoft FTP Service (Version 5.0).\x0d\x0a' [*] 192.168.1.216:21 FTP Banner: '220 (vsFTPd 2.0.1)\x0d\x0a' [*] 192.168.1.211:21 FTP Banner: '220 (vsFTPd 2.0.5)\x0d\x0a' [*] 192.168.1.215:21 FTP Banner: '220 (vsFTPd 1.1.3)\x0d\x0a' [*] 192.168.1.222:21 FTP Banner: '220 mailman FTP server (Version wu-2.6.2-5) ready.\x0d\x0a' [*] 192.168.1.227:21 FTP Banner: '220 srv2 Microsoft FTP Service (Version 5.0).\x0d\x0a' [*] 192.168.1.249:21 FTP Banner: '220 ProFTPD 1.3.3a Server (Debian) [::ffff:192.168.1.249]\x0d\x0a' [*] Scanned 28 of 55 hosts (050% complete) [*] 192.168.1.217:21 FTP Banner: '220 ftp3 FTP server (Version wu-2.6.0(1) Mon Feb 28 10:30:36 EST 2000) ready.\x0d\x0a' [*] Scanned 51 of 55 hosts (092% complete) [*] Scanned 52 of 55 hosts (094% complete) [*] Scanned 53 of 55 hosts (096% complete) [*] Scanned 55 of 55 hosts (100% complete) [*] Auxiliary module execution completed msf auxiliary(ftp_version) >
© Offensive Security 2009
Original de www.offensive-security.com Traducido por cbk999