Sha256: 73c04ef80c8444fa8dc4e742824b7e93d7d8d94873fa73c9a179950ad454151d
Contents?: true
Size: 432 Bytes
Versions: 10
Compression:
Stored size: 432 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true 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