From 316b9aa68a83a7e7a01df91ab7c880b5ffbfc0ef Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 6 Jan 2014 15:37:19 +0100 Subject: [PATCH] Removed allready included libs in stats_plugin --- lib/wpstools/plugins/stats/stats_plugin.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/wpstools/plugins/stats/stats_plugin.rb b/lib/wpstools/plugins/stats/stats_plugin.rb index 5ddbe43f..1804bb9b 100644 --- a/lib/wpstools/plugins/stats/stats_plugin.rb +++ b/lib/wpstools/plugins/stats/stats_plugin.rb @@ -1,6 +1,4 @@ # encoding: UTF-8 -require 'nokogiri' -require 'typhoeus' class StatsPlugin < Plugin @@ -15,7 +13,7 @@ class StatsPlugin < Plugin def run(options = {}) if options[:stats] puts "WPScan Database Statistics:" - puts "--------------------------" + puts "---------------------------" puts "[#] Total WordPress Sites in the World: #{get_wp_installations}" puts "[#] Total vulnerable versions: #{vuln_core_count}" puts "[#] Total vulnerable plugins: #{vuln_plugin_count}"