moved to wpstools

This commit is contained in:
Christian Mehlmauer
2013-02-08 12:53:01 +01:00
parent e1cd332b06
commit eeb459ce67
4 changed files with 53 additions and 29 deletions

View File

@@ -55,15 +55,6 @@ end
File.delete(LOG_FILE) if File.exist?(LOG_FILE) and !File.symlink?(LOG_FILE)
banner()
# Stats
puts "Wpscan Database Statistics:"
puts "\tTotal vulnerable plugins: #{WpscanStats.vuln_plugin_count}"
puts "\tTotal vulnerable themes: #{WpscanStats.vuln_theme_count}"
puts "\tTotal plugin vulnerabilities: #{WpscanStats.plugin_vulns_count}"
puts "\tTotal theme vulnerabilities: #{WpscanStats.theme_vulns_count}"
puts "\tTotal plugins to enumerate: #{WpscanStats.total_plugins}"
puts "\tTotal themes to enumerate: #{WpscanStats.total_themes}"
puts
begin
wpscan_options = WpscanOptions.load_from_arguments