Switch from post to get on check
This commit is contained in:
@@ -221,7 +221,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
def check
|
||||
res = send_request_cgi ({
|
||||
'uri' => normalize_uri(target_uri.path),
|
||||
'method' => 'POST'
|
||||
'method' => 'GET'
|
||||
})
|
||||
|
||||
if res.nil?
|
||||
|
||||
Reference in New Issue
Block a user