Smb/pipe dcerpc auditor
De www.metasploit-es.com.ar
El escaneador "pipe_dcerpc_auditor" devolvera los servicios DCERPC que pueden accederse via una tuberia SMB.
msf > use auxiliary/scanner/smb/pipe_dcerpc_auditor msf auxiliary(pipe_dcerpc_auditor) > show options Module options: Name Current Setting Required Description ---- --------------- -------- ----------- RHOSTS 192.168.1.150-160 yes The target address range or CIDR identifier SMBDomain WORKGROUP no The Windows domain to use for authentication SMBPIPE BROWSER yes The pipe name to use (BROWSER) SMBPass no The password for the specified username SMBUser no The username to authenticate as THREADS 11 yes The number of concurrent threads msf auxiliary(pipe_dcerpc_auditor) > set RHOSTS 192.168.1.150-160 RHOSTS => 192.168.1.150-160 msf auxiliary(pipe_dcerpc_auditor) > set THREADS 11 THREADS => 11 msf auxiliary(pipe_dcerpc_auditor) > run The connection was refused by the remote host (192.168.1.153:139). The connection was refused by the remote host (192.168.1.153:445). 192.168.1.160 - UUID 00000131-0000-0000-c000-000000000046 0.0 OPEN VIA BROWSER 192.168.1.150 - UUID 00000131-0000-0000-c000-000000000046 0.0 OPEN VIA BROWSER 192.168.1.160 - UUID 00000134-0000-0000-c000-000000000046 0.0 OPEN VIA BROWSER 192.168.1.150 - UUID 00000134-0000-0000-c000-000000000046 0.0 OPEN VIA BROWSER 192.168.1.150 - UUID 00000143-0000-0000-c000-000000000046 0.0 OPEN VIA BROWSER 192.168.1.160 - UUID 00000143-0000-0000-c000-000000000046 0.0 OPEN VIA BROWSER ...snip...
© Offensive Security 2009
Original de www.offensive-security.com Traducido por cbk999