fix the other normalize_uri

bug/bundler_fix
h00die 2016-06-14 15:03:07 -04:00
parent 72ed478b59
commit 625d60b52a
1 changed files with 1 additions and 1 deletions

View File

@ -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' =>