Skip to content

Commit bf35b9b

Browse files
committed
Minor fix
1 parent c64f025 commit bf35b9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/post/windows/gather/credentials/tortoisesvn.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def get_proxy_data
9191
end
9292

9393
report_cred(
94-
host: ::Rex::Socket.resolv(http_proxy_host), # TODO: Fix up report_host?
94+
ip: ::Rex::Socket.resolv(http_proxy_host), # TODO: Fix up report_host?
9595
port: http_proxy_port,
9696
service_name: 'http',
9797
user: http_proxy_username,
@@ -232,8 +232,8 @@ def run
232232
else
233233
print_status("Searching for TortoiseSVN...")
234234
prepare_railgun
235-
get_config_files()
236-
get_proxy_data()
235+
get_config_files
236+
get_proxy_data
237237
end
238238

239239
print_status("Complete")

0 commit comments

Comments
 (0)