From c8036692eef04051ac554a4d5d966ebfa1692f51 Mon Sep 17 00:00:00 2001 From: g0tmi1k Date: Wed, 9 May 2018 13:09:33 +0100 Subject: [PATCH] Display user-agent with verbose mode (Handy with --random-agent) --- wpscan.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/wpscan.rb b/wpscan.rb index 5f638a3b..f4e8d59d 100755 --- a/wpscan.rb +++ b/wpscan.rb @@ -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?