Fix missing normalize_uri in struts2_rest_xstream
I missed this one previously. May not be necessary but nice to have.GSoC/Meterpreter_Web_Console
parent
acca079cd1
commit
7c7f63df45
|
@ -110,7 +110,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
|
||||
res = send_request_cgi(
|
||||
'method' => 'POST',
|
||||
'uri' => target_uri.path,
|
||||
'uri' => normalize_uri(target_uri.path),
|
||||
'ctype' => 'application/xml',
|
||||
'data' => xstream_payload(cmd)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue