From 5b94714ca7f2ba0511c813772cb7474129ec93f3 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Fri, 3 Apr 2015 17:00:17 +0200 Subject: [PATCH] remove GHOST warning, fixes #795 --- wpscan.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/wpscan.rb b/wpscan.rb index 6236c1e4..a9b461ff 100755 --- a/wpscan.rb +++ b/wpscan.rb @@ -188,7 +188,6 @@ def main if wp_target.has_xml_rpc? puts "#{info('[+]')} XML-RPC Interface available under: #{wp_target.xml_rpc_url}" - 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?