Skip to content

Commit d85aabf

Browse files
committed
Use vprint by default
1 parent e0cb0f7 commit d85aabf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/http/wildfly_traversal.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def initialize(info = {})
4040
end
4141

4242
def run_host(ip)
43-
print_status("#{peer} - Attempting to download: #{datastore['RELATIVE_FILE_PATH']}")
43+
vprint_status("#{peer} - Attempting to download: #{datastore['RELATIVE_FILE_PATH']}")
4444

4545
traversal = "..\\" * datastore['TRAVERSAL_DEPTH']
4646
res = send_request_raw({
@@ -64,7 +64,7 @@ def run_host(ip)
6464
)
6565
print_good("#{peer} - File saved in: #{path}")
6666
else
67-
print_error("#{peer} - Nothing was downloaded")
67+
vprint_error("#{peer} - Nothing was downloaded")
6868
end
6969
end
7070
end

0 commit comments

Comments
 (0)