Skip to content

Commit 0dd4f4d

Browse files
Formatting
1 parent f88ec5c commit 0dd4f4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/auxiliary/admin/tikiwiki/tikidblib.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def initialize(info = {})
5252
def run
5353
print_status("Establishing a connection to the target...")
5454

55-
uri = normalize_uri(datastore['URI'])
55+
uri = normalize_uri(datastore['URI'])
5656
rpath = uri + "/tiki-lastchanges.php?days=1&offset=0&sort_mode="
5757

5858
res = send_request_raw({

modules/auxiliary/admin/webmin/file_disclosure.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def initialize(info = {})
7070
def run
7171
print_status("Attempting to retrieve #{datastore['RPATH']}...")
7272

73-
dir = normalize_uri(datastore['DIR'])
73+
dir = normalize_uri(datastore['DIR'])
7474
uri = Rex::Text.uri_encode(dir) + "/..%01" * 40 + Rex::Text.uri_encode(datastore['RPATH'])
7575

7676
res = send_request_raw({

0 commit comments

Comments
 (0)