Bug with user-agent being shown
This commit is contained in:
@@ -200,7 +200,7 @@ def main
|
|||||||
start_memory = get_memory_usage unless windows?
|
start_memory = get_memory_usage unless windows?
|
||||||
puts info("URL: #{wp_target.url}")
|
puts info("URL: #{wp_target.url}")
|
||||||
puts info("Started: #{start_time.asctime}")
|
puts info("Started: #{start_time.asctime}")
|
||||||
puts info("User-Agent: #{wpscan_options.user_agent}") if wpscan_options.verbose
|
puts info("User-Agent: #{wpscan_options.user_agent}") if wpscan_options.verbose and wpscan_options.user_agent
|
||||||
puts
|
puts
|
||||||
|
|
||||||
if wp_target.has_robots?
|
if wp_target.has_robots?
|
||||||
|
|||||||
Reference in New Issue
Block a user