@@ -33,19 +33,17 @@ def initialize
3333
3434 def run_host ( ip )
3535 cred_collection = Metasploit ::Framework ::CredentialCollection . new (
36- blank_passwords : datastore [ 'BLANK_PASSWORDS' ] ,
37- pass_file : datastore [ 'PASS_FILE' ] ,
38- password : datastore [ 'PASSWORD' ] ,
39- user_file : datastore [ 'USER_FILE' ] ,
40- userpass_file : datastore [ 'USERPASS_FILE' ] ,
41- username : datastore [ 'USERNAME' ] ,
42- user_as_pass : datastore [ 'USER_AS_PASS' ]
36+ blank_passwords : datastore [ 'BLANK_PASSWORDS' ] ,
37+ pass_file : datastore [ 'PASS_FILE' ] ,
38+ password : datastore [ 'PASSWORD' ] ,
39+ user_file : datastore [ 'USER_FILE' ] ,
40+ userpass_file : datastore [ 'USERPASS_FILE' ] ,
41+ username : datastore [ 'USERNAME' ] ,
42+ user_as_pass : datastore [ 'USER_AS_PASS' ]
4343 )
4444
4545 scanner = Metasploit ::Framework ::LoginScanner ::Jenkins . new (
4646 configure_http_login_scanner (
47- host : ip ,
48- port : rport ,
4947 cred_details : cred_collection ,
5048 stop_on_success : datastore [ 'STOP_ON_SUCCESS' ] ,
5149 bruteforce_speed : datastore [ 'BRUTEFORCE_SPEED' ] ,
0 commit comments