change method to follow style guide
parent
09b0d0fa66
commit
708ae76cba
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue