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 0dd4f4d commit 76ba770Copy full SHA for 76ba770
modules/auxiliary/scanner/http/apache_activemq_source_disclosure.rb
@@ -47,7 +47,7 @@ def initialize(info = {})
47
def run_host(ip)
48
49
print_status("#{rhost}:#{rport} - Sending request...")
50
- uri = normalize_uri(target_uri.path)
+ uri = normalize_uri(target_uri.to_s)
51
res = send_request_cgi({
52
'uri' => uri,
53
'method' => 'GET',
0 commit comments