Skip to content

Commit 1a22ac0

Browse files
committed
Update module doc for smb_login
1 parent cd858a1 commit 1a22ac0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,12 @@ set SMBPass [password]
115115

116116
Note: If an account has been successfully brute-forced, that account will not be tried again.
117117

118+
Additionally, if you wish to disable automatic detection of all-access systems, you can change the following option:
119+
120+
**The DETECT_ANY_AUTH option**
121+
122+
This option enables detection of systems accepting any authentication. A bogus login will be attempted.
123+
124+
```
125+
set DETECT_ANY_AUTH false
126+
```

0 commit comments

Comments
 (0)