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 4dcddb2 commit 7f643a7Copy full SHA for 7f643a7
modules/auxiliary/scanner/http/hp_sys_mgmt_login.rb
@@ -87,7 +87,7 @@ def init_loginscanner(ip)
87
cred_details: @cred_collection,
88
stop_on_success: datastore['STOP_ON_SUCCESS'],
89
bruteforce_speed: datastore['BRUTEFORCE_SPEED'],
90
- connection_timeout: 5
+ connection_timeout: 5,
91
http_username: datastore['HTTPUSERNAME'],
92
http_password: datastore['HTTPPASSWORD']
93
)
0 commit comments