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 e0cb0f7 commit d85aabfCopy full SHA for d85aabf
modules/auxiliary/scanner/http/wildfly_traversal.rb
@@ -40,7 +40,7 @@ def initialize(info = {})
40
end
41
42
def run_host(ip)
43
- print_status("#{peer} - Attempting to download: #{datastore['RELATIVE_FILE_PATH']}")
+ vprint_status("#{peer} - Attempting to download: #{datastore['RELATIVE_FILE_PATH']}")
44
45
traversal = "..\\" * datastore['TRAVERSAL_DEPTH']
46
res = send_request_raw({
@@ -64,7 +64,7 @@ def run_host(ip)
64
)
65
print_good("#{peer} - File saved in: #{path}")
66
else
67
- print_error("#{peer} - Nothing was downloaded")
+ vprint_error("#{peer} - Nothing was downloaded")
68
69
70
0 commit comments