Skip to content

Commit dee2137

Browse files
committed
auxiliary/scanner/smb/pipe_dcerpc_auditor.md
1 parent fd775a0 commit dee2137

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
## Description
2+
3+
The pipe_dcerpc_auditor scanner will return the DCERPC services that can be accessed via a SMB pipe.
4+
5+
## Verification Steps
6+
7+
1. Do: ```use auxiliary/scanner/smb/pipe_dcerpc_auditor```
8+
2. Do: ```set RHOSTS [IP]```
9+
3. Do: ```set THREADS [number of threads]```
10+
4. Do: ```run```
11+
12+
## Scenarios
13+
14+
**Running the scanner**
15+
```
16+
msf > use auxiliary/scanner/smb/pipe_dcerpc_auditor
17+
msf auxiliary(pipe_dcerpc_auditor) > show options
18+
19+
Module options:
20+
21+
Name Current Setting Required Description
22+
---- --------------- -------- -----------
23+
RHOSTS 192.168.1.150-160 yes The target address range or CIDR identifier
24+
SMBDomain WORKGROUP no The Windows domain to use for authentication
25+
SMBPIPE BROWSER yes The pipe name to use (BROWSER)
26+
SMBPass no The password for the specified username
27+
SMBUser no The username to authenticate as
28+
THREADS 11 yes The number of concurrent threads
29+
30+
msf auxiliary(pipe_dcerpc_auditor) > set RHOSTS 192.168.1.150-160
31+
RHOSTS => 192.168.1.150-160
32+
msf auxiliary(pipe_dcerpc_auditor) > set THREADS 11
33+
THREADS => 11
34+
msf auxiliary(pipe_dcerpc_auditor) > run
35+
36+
The connection was refused by the remote host (192.168.1.153:139).
37+
The connection was refused by the remote host (192.168.1.153:445).
38+
192.168.1.160 - UUID 00000131-0000-0000-c000-000000000046 0.0 OPEN VIA BROWSER
39+
192.168.1.150 - UUID 00000131-0000-0000-c000-000000000046 0.0 OPEN VIA BROWSER
40+
192.168.1.160 - UUID 00000134-0000-0000-c000-000000000046 0.0 OPEN VIA BROWSER
41+
192.168.1.150 - UUID 00000134-0000-0000-c000-000000000046 0.0 OPEN VIA BROWSER
42+
192.168.1.150 - UUID 00000143-0000-0000-c000-000000000046 0.0 OPEN VIA BROWSER
43+
192.168.1.160 - UUID 00000143-0000-0000-c000-000000000046 0.0 OPEN VIA BROWSER
44+
...snip...
45+
```

0 commit comments

Comments
 (0)