Switch from post to get on check

This commit is contained in:
jvazquez-r7
2013-04-25 07:51:28 -05:00
parent d55faa14d3
commit 7d317e5933
@@ -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?