Skip to content

Commit 7e0b224

Browse files
committed
Make ABORT_ON_LOCKOUT non default
1 parent 0110b97 commit 7e0b224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/smb/smb_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def initialize
5555
register_options(
5656
[
5757
Opt::Proxies,
58-
OptBool.new('ABORT_ON_LOCKOUT', [ true, "Abort the run when an account lockout is detected", true ]),
58+
OptBool.new('ABORT_ON_LOCKOUT', [ true, "Abort the run when an account lockout is detected", false ]),
5959
OptBool.new('PRESERVE_DOMAINS', [ false, "Respect a username that contains a domain name.", true ]),
6060
OptBool.new('RECORD_GUEST', [ false, "Record guest-privileged random logins to the database", false ]),
6161
OptBool.new('DETECT_ANY_AUTH', [false, 'Enable detection of systems accepting any authentication', true])

0 commit comments

Comments
 (0)