Sha256: 211740cd35b64b497029319b775f7414db0dac291926a155e8f2d7f4d029fda3
Contents?: true
Size: 359 Bytes
Versions: 9
Compression:
Stored size: 359 Bytes
Contents
#!/usr/bin/env ruby require 'wpscan' WPScan::Scan.new do |s| s.controllers << WPScan::Controller::CustomDirectories.new << WPScan::Controller::InterestingFindings.new << WPScan::Controller::WpVersion.new << WPScan::Controller::MainTheme.new << WPScan::Controller::Enumeration.new << WPScan::Controller::BruteForce.new s.run end
Version data entries
9 entries across 9 versions & 1 rubygems