Smb/smb2
De www.metasploit-es.com.ar
El modulo escaneador "SMB" simplemente escanea los hosts remotos y determina si soportan el protocolo SMB2.
msf > use auxiliary/scanner/smb/smb2 msf auxiliary(smb2) > show options Module options: Name Current Setting Required Description ---- --------------- -------- ----------- RHOSTS yes The target address range or CIDR identifier RPORT 445 yes The target port THREADS 1 yes The number of concurrent threads msf auxiliary(smb2) > set RHOSTS 192.168.1.150-165 RHOSTS => 192.168.1.150-165 msf auxiliary(smb2) > set THREADS 16 THREADS => 16 msf auxiliary(smb2) > run [*] 192.168.1.162 supports SMB 2 [dialect 255.2] and has been online for 618 hours [*] Scanned 06 of 16 hosts (037% complete) [*] Scanned 13 of 16 hosts (081% complete) [*] Scanned 14 of 16 hosts (087% complete) [*] Scanned 16 of 16 hosts (100% complete) [*] Auxiliary module execution completed msf auxiliary(smb2) >
© Offensive Security 2009
Original de www.offensive-security.com Traducido por cbk999