Skip to content

Commit 61433c6

Browse files
committed
updated
1 parent b43c607 commit 61433c6

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@ The SMB2 scanner module simply scans the remote hosts and determines if they sup
1414
**Running the scanner**
1515
```
1616
msf > use auxiliary/scanner/smb/smb2
17-
msf auxiliary(smb2) > show options
18-
19-
Module options:
20-
21-
Name Current Setting Required Description
22-
---- --------------- -------- -----------
23-
RHOSTS yes The target address range or CIDR identifier
24-
RPORT 445 yes The target port
25-
THREADS 1 yes The number of concurrent threads
26-
2717
msf auxiliary(smb2) > set RHOSTS 192.168.1.150-165
2818
RHOSTS => 192.168.1.150-165
2919
msf auxiliary(smb2) > set THREADS 16

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Error: 192.168.1.150 Rex::Proto::SMB::Exceptions::ErrorCode The server responded
5555
msf auxiliary(smb_enumshares) >
5656
```
5757

58-
As you can see, since this is an un-credentialed scan, access is denied a most of the systems that are probed. Passing user credentials to the scanner will produce much different results.
58+
As you can see, since this is an "###uncredentialed" scan, access is denied a most of the systems that are probed. Doing a "###credentialed" scan produces much different results.
5959

6060
```
6161
msf auxiliary(smb_enumshares) > set SMBPass s3cr3t

0 commit comments

Comments
 (0)