Update module doc for smb_login

bug/bundler_fix
William Vu 2016-08-23 22:51:23 -05:00
parent cd858a149f
commit 1a22ac05df
1 changed files with 9 additions and 0 deletions

View File

@ -115,3 +115,12 @@ set SMBPass [password]
Note: If an account has been successfully brute-forced, that account will not be tried again.
Additionally, if you wish to disable automatic detection of all-access systems, you can change the following option:
**The DETECT_ANY_AUTH option**
This option enables detection of systems accepting any authentication. A bogus login will be attempted.
```
set DETECT_ANY_AUTH false
```