Output registration URL

This commit is contained in:
Christian Mehlmauer
2014-06-27 00:15:55 +02:00
parent e2652df546
commit 32fe70a354

View File

@@ -167,7 +167,7 @@ def main
end end
if wp_target.registration_enabled? if wp_target.registration_enabled?
puts "#{green('[+]')} User registration is enabled" puts "#{green('[+]')} User registration is enabled: #{wp_target.registration_url}"
end end
if wp_target.has_xml_rpc? if wp_target.has_xml_rpc?