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 f88ec5c commit 0dd4f4dCopy full SHA for 0dd4f4d
modules/auxiliary/admin/tikiwiki/tikidblib.rb
@@ -52,7 +52,7 @@ def initialize(info = {})
52
def run
53
print_status("Establishing a connection to the target...")
54
55
- uri = normalize_uri(datastore['URI'])
+ uri = normalize_uri(datastore['URI'])
56
rpath = uri + "/tiki-lastchanges.php?days=1&offset=0&sort_mode="
57
58
res = send_request_raw({
modules/auxiliary/admin/webmin/file_disclosure.rb
@@ -70,7 +70,7 @@ def initialize(info = {})
70
71
print_status("Attempting to retrieve #{datastore['RPATH']}...")
72
73
- dir = normalize_uri(datastore['DIR'])
+ dir = normalize_uri(datastore['DIR'])
74
uri = Rex::Text.uri_encode(dir) + "/..%01" * 40 + Rex::Text.uri_encode(datastore['RPATH'])
75
76
0 commit comments