From 32fe70a354d0cb50735c7346b1e8b84612e1507e Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Fri, 27 Jun 2014 00:15:55 +0200 Subject: [PATCH] Output registration URL --- wpscan.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpscan.rb b/wpscan.rb index ea8cc96b..5264348f 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" + puts "#{green('[+]')} User registration is enabled: #{wp_target.registration_url}" end if wp_target.has_xml_rpc?