Skip to content

Commit 53fc255

Browse files
committed
updated
1 parent d3fdc53 commit 53fc255

File tree

4 files changed

+4
-28
lines changed

4 files changed

+4
-28
lines changed

documentation/modules/auxiliary/scanner/dcerpc/endpoint_mapper.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,6 @@ In order to run the module, all we need to do is pass it a range of IP addresses
1515

1616
**Running the scanner**
1717
```
18-
msf > use auxiliary/scanner/dcerpc/endpoint_mapper
19-
msf auxiliary(endpoint_mapper) > show options
20-
21-
Module options:
22-
23-
Name Current Setting Required Description
24-
---- --------------- -------- -----------
25-
RHOSTS yes The target address range or CIDR identifier
26-
RPORT 135 yes The target port
27-
THREADS 1 yes The number of concurrent threads
28-
2918
msf auxiliary(endpoint_mapper) > set RHOSTS 192.168.1.200-254
3019
RHOSTS => 192.168.1.200-254
3120
msf auxiliary(endpoint_mapper) > set THREADS 55

documentation/modules/auxiliary/scanner/dcerpc/hidden.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,8 @@ As you can see, there are not many options to configure so we will just point it
1414
## Scenarios
1515

1616
**Running the scanner**
17-
```
18-
msf > use auxiliary/scanner/dcerpc/hidden
19-
msf auxiliary(hidden) > show options
20-
21-
Module options:
22-
23-
Name Current Setting Required Description
24-
---- --------------- -------- -----------
25-
RHOSTS yes The target address range or CIDR identifier
26-
THREADS 1 yes The number of concurrent threads
2717

18+
```
2819
msf auxiliary(hidden) > set RHOSTS 192.168.1.200-254
2920
RHOSTS => 192.168.1.200-254
3021
msf auxiliary(hidden) > set THREADS 55
@@ -71,6 +62,4 @@ msf auxiliary(hidden) > run
7162
[*] Scanned 55 of 55 hosts (100% complete)
7263
[*] Auxiliary module execution completed
7364
msf auxiliary(hidden) >
74-
```
75-
76-
As you can see, despite the simple setup, we still gathered some additional information about one of our targets.
65+
```

documentation/modules/auxiliary/scanner/dcerpc/management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The dcerpc/management module scans a range of IP addresses and obtains informati
1111

1212
There is minimal configuration required for this module; we simply need to set our THREADS value and the range of hosts we want scanned and run the module.
1313

14-
## Scenarios
14+
### Example Windows 2003, and Windows 7 Targets
1515

1616
**Running the scanner**
1717
```

documentation/modules/auxiliary/scanner/dcerpc/tcp_dcerpc_auditor.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,4 @@ The connection timed out (192.168.1.205:135).
4040
[*] Scanned 55 of 55 hosts (100% complete)
4141
[*] Auxiliary module execution completed
4242
msf auxiliary(tcp_dcerpc_auditor) >
43-
```
44-
45-
As you can see, this quick scan has turned up some available services on a number of our hosts which could warrant further investigation.
43+
```

0 commit comments

Comments
 (0)