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 cd858a1 commit 1a22ac0Copy full SHA for 1a22ac0
documentation/modules/auxiliary/scanner/smb/smb_login.md
@@ -115,3 +115,12 @@ set SMBPass [password]
115
116
Note: If an account has been successfully brute-forced, that account will not be tried again.
117
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