Skip to content

Commit dd47475

Browse files
committed
Changed the print_error output.
1 parent f50cede commit dd47475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/wp_mobileedition_file_read.rb

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

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

0 commit comments

Comments
 (0)