Skip to content

Commit 965e2d8

Browse files
author
jvazquez-r7
committed
Use normalize_uri
1 parent b72566b commit 965e2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/http/oracle_endeca_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def check
117117

118118
def send_request_soap(data)
119119
res = send_request_cgi({
120-
'uri' => target_uri.path,
120+
'uri' => normalize_uri(target_uri.path),
121121
'method' => 'POST',
122122
'ctype' => 'text/xml; charset=utf-8',
123123
'headers' =>

0 commit comments

Comments
 (0)