Skip to content

Commit 2110cbe

Browse files
committed
updated
1 parent 61433c6 commit 2110cbe

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

documentation/modules/auxiliary/scanner/smb/pipe_auditor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ msf auxiliary(pipe_auditor) > run
4343
4444
```
4545

46-
We can see that running the scanner without credentials does not return a great deal of information. If, however, you have been provided with credentials as part of a pentest, you will find that the pipe_auditor scanner returns a great deal more information.
46+
We can see that running the scanner "###uncredentialed" does not return a great deal of information. If, however, running a "###credentialed", you will find that the pipe_auditor scanner returns a great deal more information.
4747

4848
```
4949
msf auxiliary(pipe_auditor) > set SMBPass s3cr3t

documentation/modules/auxiliary/scanner/smb/pipe_dcerpc_auditor.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,6 @@ The pipe_dcerpc_auditor scanner will return the DCERPC services that can be acce
1414
**Running the scanner**
1515
```
1616
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-
3017
msf auxiliary(pipe_dcerpc_auditor) > set RHOSTS 192.168.1.150-160
3118
RHOSTS => 192.168.1.150-160
3219
msf auxiliary(pipe_dcerpc_auditor) > set THREADS 11

0 commit comments

Comments
 (0)