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 c39d6e1 commit 97ccf7eCopy full SHA for 97ccf7e
lib/metasploit/framework/login_scanner/http.rb
@@ -193,7 +193,6 @@ def check_setup
193
# login with.
194
# @return [Result] A Result object indicating success or failure
195
def attempt_login(credential)
196
- ssl = false if ssl.nil?
197
198
result_opts = {
199
credential: credential,
@@ -314,6 +313,10 @@ def set_sane_defaults
314
313
self.ssl = true
315
end
316
+ if self.ssl.nil?
317
+ self.ssl = false
318
+ end
319
+
320
nil
321
322
0 commit comments