Display user-agent with verbose mode (Handy with --random-agent)

This commit is contained in:
g0tmi1k
2018-05-09 13:09:33 +01:00
parent 958410d4c9
commit c8036692ee

View File

@@ -196,6 +196,7 @@ def main
start_memory = get_memory_usage unless windows?
puts info("URL: #{wp_target.url}")
puts info("Started: #{start_time.asctime}")
puts info("User-Agent: #{wpscan_options.user_agent}") if wpscan_options.verbose
puts
if wp_target.has_robots?