Sha256: 85c20ff3281a66051d3b78bec453b681fcab6a2669c84d03125f0b6c4fad48f3

Contents?: true

Size: 402 Bytes

Versions: 10

Compression:

Stored size: 402 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::PasswordAttack.new <<
    WPScan::Controller::Aliases.new

  s.run
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
wpscan-3.4.5 bin/wpscan
wpscan-3.4.4 bin/wpscan
wpscan-3.4.3 bin/wpscan
wpscan-3.4.2 bin/wpscan
wpscan-3.4.1 bin/wpscan
wpscan-3.4.0 bin/wpscan
wpscan-3.3.3 bin/wpscan
wpscan-3.3.2 bin/wpscan
wpscan-3.3.1 bin/wpscan
wpscan-3.3.0 bin/wpscan