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 c64f025 commit bf35b9bCopy full SHA for bf35b9b
modules/post/windows/gather/credentials/tortoisesvn.rb
@@ -91,7 +91,7 @@ def get_proxy_data
91
end
92
93
report_cred(
94
- host: ::Rex::Socket.resolv(http_proxy_host), # TODO: Fix up report_host?
+ ip: ::Rex::Socket.resolv(http_proxy_host), # TODO: Fix up report_host?
95
port: http_proxy_port,
96
service_name: 'http',
97
user: http_proxy_username,
@@ -232,8 +232,8 @@ def run
232
else
233
print_status("Searching for TortoiseSVN...")
234
prepare_railgun
235
- get_config_files()
236
- get_proxy_data()
+ get_config_files
+ get_proxy_data
237
238
239
print_status("Complete")
0 commit comments