Land #10566, struts2_rest_xstream normalize_uri
parent
2ecff39be4
commit
4360b9e82e
|
@ -110,7 +110,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
|
|
||||||
res = send_request_cgi(
|
res = send_request_cgi(
|
||||||
'method' => 'POST',
|
'method' => 'POST',
|
||||||
'uri' => target_uri.path,
|
'uri' => normalize_uri(target_uri.path),
|
||||||
'ctype' => 'application/xml',
|
'ctype' => 'application/xml',
|
||||||
'data' => xstream_payload(cmd)
|
'data' => xstream_payload(cmd)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue