diff --git a/modules/auxiliary/scanner/http/http_login.rb b/modules/auxiliary/scanner/http/http_login.rb index 46eb9cdba7b7f..ae9ba8c40bfe0 100644 --- a/modules/auxiliary/scanner/http/http_login.rb +++ b/modules/auxiliary/scanner/http/http_login.rb @@ -171,6 +171,7 @@ def run_host(ip) cred_details: cred_collection, stop_on_success: datastore['STOP_ON_SUCCESS'], bruteforce_speed: datastore['BRUTEFORCE_SPEED'], + ssl: datastore['SSL'], http_success_codes: success_codes, connection_timeout: 5 )