fix the other normalize_uri
parent
72ed478b59
commit
625d60b52a
|
@ -105,7 +105,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
cookie = res.get_cookies
|
||||
# exploit
|
||||
res = send_request_cgi(
|
||||
'uri' => "#{datastore['TARGETURI']}monitor/op5/nacoma/command_test.php",
|
||||
'uri' => normalize_uri(target_uri.path, 'monitor/op5/nacoma/command_test.php'),
|
||||
'method' => 'GET',
|
||||
'cookie' => cookie,
|
||||
'vars_get' =>
|
||||
|
|
Loading…
Reference in New Issue