We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffedd0 commit 9412060Copy full SHA for 9412060
modules/auxiliary/scanner/http/atlassian_crowd_fileaccess.rb
@@ -58,7 +58,7 @@ def rport
58
end
59
60
def run_host(ip)
61
- uri = normalize_uri(target_uri.path)
+ uri = normalize_uri(target_uri.to_s)
62
res = send_request_cgi({
63
'uri' => uri,
64
'method' => 'GET'})
@@ -72,7 +72,7 @@ def run_host(ip)
72
73
74
def accessfile(rhost)
75
76
print_status("#{rhost}:#{rport} Connecting to Crowd SOAP Interface")
77
78
soapenv = 'http://schemas.xmlsoap.org/soap/envelope/'
0 commit comments