Sha256: 164c7fe3f736f9e8a232e8f1bca5a61b06780b25a100ead46b91116c97051963

Contents?: true

Size: 368 Bytes

Versions: 10

Compression:

Stored size: 368 Bytes

Contents

require_relative 'db_exports/known_locations'

module WPScan
  module Finders
    module DbExports
      # DB Exports Finder
      class Base
        include CMSScanner::Finders::SameTypeFinder

        # @param [ WPScan::Target ] target
        def initialize(target)
          finders << DbExports::KnownLocations.new(target)
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
wpscan-3.4.5 app/finders/db_exports.rb
wpscan-3.4.4 app/finders/db_exports.rb
wpscan-3.4.3 app/finders/db_exports.rb
wpscan-3.4.2 app/finders/db_exports.rb
wpscan-3.4.1 app/finders/db_exports.rb
wpscan-3.4.0 app/finders/db_exports.rb
wpscan-3.3.3 app/finders/db_exports.rb
wpscan-3.3.2 app/finders/db_exports.rb
wpscan-3.3.1 app/finders/db_exports.rb
wpscan-3.3.0 app/finders/db_exports.rb