From 5389923b34fc5c32c0cefc81cd0429602976b573 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Sat, 1 Nov 2014 20:44:30 +0100 Subject: [PATCH] Expand on readme.html finding output #717 --- wpscan.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpscan.rb b/wpscan.rb index 36442ad2..9bdc00ac 100755 --- a/wpscan.rb +++ b/wpscan.rb @@ -135,7 +135,7 @@ def main end if wp_target.has_readme? - puts "#{warning('[!]')} The WordPress '#{wp_target.readme_url}' file exists" + puts "#{warning('[!]')} The WordPress '#{wp_target.readme_url}' file exists exposing a version number" end if wp_target.has_full_path_disclosure?