Skip to content

Commit

Permalink
Land #17813, ssh_enumusers set CHECK_FALSE to true
Browse files Browse the repository at this point in the history
  • Loading branch information
space-r7 committed Mar 29, 2023
2 parents 51ea787 + d77113d commit 1f32004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/auxiliary/scanner/ssh/ssh_enumusers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def initialize(info = {})
'found (timing attack only)', 10
]),
OptBool.new('CHECK_FALSE',
[false, 'Check for false positives (random username)', false])
[false, 'Check for false positives (random username)', true])
]
)

Expand Down

0 comments on commit 1f32004

Please sign in to comment.