Changes the GHOST warning message to a notice one - Fixes #771

This commit is contained in:
erwanlr
2015-02-13 16:53:41 +01:00
parent f6dfe0e8dd
commit 0c9cf4ddd5

View File

@@ -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?