moved to wpstools
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user