From 4d8b8ba64cd0f237b7436f2b2e2cf11255c5b45e Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Fri, 27 Jun 2014 13:17:55 +0200 Subject: [PATCH] Changed text in single sites it seems to be user registration, and blog registration on multusite installations --- wpscan.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpscan.rb b/wpscan.rb index 5264348f..fd94fc01 100755 --- a/wpscan.rb +++ b/wpscan.rb @@ -167,7 +167,7 @@ def main end if wp_target.registration_enabled? - puts "#{green('[+]')} User registration is enabled: #{wp_target.registration_url}" + puts "#{amber('[+]')} Registration is enabled: #{wp_target.registration_url}" end if wp_target.has_xml_rpc?