Skip to content

Commit ed588e3

Browse files
committed
Changed the print_error output.
1 parent bf3bdcf commit ed588e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/wp_dukapress_file_read.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def run_host(ip)
7575

7676
print_good("#{peer} - File saved in: #{path}")
7777
else
78-
print_error("#{peer} - Nothing was downloaded")
78+
print_error("#{peer} - Nothing was downloaded. You can try to change the DEPTH parameter.")
7979
end
8080
end
8181
end

0 commit comments

Comments
 (0)