Skip to content

Commit 7f643a7

Browse files
committed
Fix syntax error
1 parent 4dcddb2 commit 7f643a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/hp_sys_mgmt_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def init_loginscanner(ip)
8787
cred_details: @cred_collection,
8888
stop_on_success: datastore['STOP_ON_SUCCESS'],
8989
bruteforce_speed: datastore['BRUTEFORCE_SPEED'],
90-
connection_timeout: 5
90+
connection_timeout: 5,
9191
http_username: datastore['HTTPUSERNAME'],
9292
http_password: datastore['HTTPPASSWORD']
9393
)

0 commit comments

Comments
 (0)