From 0c9cf4ddd54961c54de33edc2030ee68d894c7d3 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Fri, 13 Feb 2015 16:53:41 +0100 Subject: [PATCH] Changes the GHOST warning message to a notice one - Fixes #771 --- wpscan.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpscan.rb b/wpscan.rb index accf4f55..6236c1e4 100755 --- a/wpscan.rb +++ b/wpscan.rb @@ -188,7 +188,7 @@ def main if wp_target.has_xml_rpc? puts "#{info('[+]')} XML-RPC Interface available under: #{wp_target.xml_rpc_url}" - puts "#{warning('[!]')} This may allow the GHOST vulnerability to be exploited, please see: https://www.rapid7.com/db/modules/auxiliary/scanner/http/wordpress_ghost_scanner" + puts "#{notice('[i]')} This may allow the GHOST vulnerability to be exploited, please see: https://www.rapid7.com/db/modules/auxiliary/scanner/http/wordpress_ghost_scanner" end if wp_target.upload_directory_listing_enabled?