Skip to content

Commit b305fa6

Browse files
committed
Changed vprint_error when nothing was downloaded.
1 parent 24ec3b2 commit b305fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/wp_simple_backup_file_read.rb

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

7979
print_good("#{peer} - File saved in: #{path}")
8080
else
81-
print_error("#{peer} - Nothing was downloaded. You can try to change the DEPTH parameter.")
81+
print_error("#{peer} - Nothing was downloaded. You can try to change the DEPTH parameter or verify the correct filename.")
8282
end
8383
end
8484
end

0 commit comments

Comments
 (0)