We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59940fe commit 398fe3cCopy full SHA for 398fe3c
documentation/modules/auxiliary/scanner/dcerpc/management.md
@@ -15,17 +15,6 @@ There is minimal configuration required for this module; we simply need to set o
15
16
**Running the scanner**
17
```
18
-msf > use auxiliary/scanner/dcerpc/management
19
-msf auxiliary(management) > 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
29
msf auxiliary(management) > set RHOSTS 192.168.1.200-254
30
RHOSTS => 192.168.1.200-254
31
msf auxiliary(management) > set THREADS 55
0 commit comments