Update wpscan.rb

This commit is contained in:
Peter
2014-01-08 23:58:35 +01:00
parent 59cac169e7
commit bfe9bf2d5b

View File

@@ -109,8 +109,8 @@ def main
# Output runtime data
start_time = Time.now
start_memory = get_memory_usage
puts "| URL: #{wp_target.url}"
puts "| Started: #{start_time.asctime}"
puts green('[+]') + " URL: #{wp_target.url}"
puts green('[+]') + " Started: #{start_time.asctime}"
puts
if wp_target.wordpress_hosted?