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?