MS-2855/keylogger-mettle-extension
Jon Hart 2017-12-20 18:05:00 -08:00
parent d0b3abc14b
commit b9af835d06
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ class MetasploitModule < Msf::Auxiliary
end
def run_host(ip)
def run_host(_ip)
unless default_login
brute
end
@ -83,7 +83,7 @@ class MetasploitModule < Msf::Auxiliary
host: rhost,
port: rport,
read_timeout: datastore['READ_TIMEOUT'],
client_id: client_id(),
client_id: client_id,
proxies: datastore['PROXIES'],
cred_details: cred_collection,
stop_on_success: datastore['STOP_ON_SUCCESS'],