change method to follow style guide

master
Max Michels 2019-02-17 16:08:58 +00:00
parent 09b0d0fa66
commit 708ae76cba
1 changed files with 2 additions and 3 deletions

View File

@ -73,9 +73,8 @@ class MetasploitModule < Msf::Auxiliary
end
def get_login_resource
send_request_cgi(
'uri' => '/remote/login?lang=en',
'method' => 'GET'
send_request_raw(
'uri' => '/remote/login?lang=en'
)
end