Sha256: efb0437e6a6a0f07169952f1a8b734299ec9a8b1faadbed811fe017f2cf54976
Contents?: true
Size: 471 Bytes
Versions: 40
Compression:
Stored size: 471 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require 'wpscan' WPScan::Scan.new do |s| s.controllers << WPScan::Controller::VulnApi.new << 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
40 entries across 40 versions & 1 rubygems