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

Version Path
wpscan-3.0.8 bin/wpscan
wpscan-3.0.7 bin/wpscan
wpscan-3.0.6 bin/wpscan
wpscan-3.0.5 bin/wpscan
wpscan-3.0.4 bin/wpscan
wpscan-3.0.3 bin/wpscan
wpscan-3.0.2 bin/wpscan
wpscan-3.0.1 bin/wpscan
wpscan-3.0 bin/wpscan