app/controllers/core.rb in wpscan-3.0.8 vs app/controllers/core.rb in wpscan-3.1.0

- old
+ new

@@ -44,17 +44,15 @@ exit(0) unless parsed_options[:url] end def before_scan - output('banner') + output('banner') unless parsed_options[:banner] == false update_db if update_db_required? - - super(false) # disable banner output - + setup_cache + check_target_availability load_server_module - check_wordpress_state end # Raises errors if the target is hosted on wordpress.com or is not running WordPress # Also check if the homepage_url is still the install url