Sha256: 5e2d06afd755ce556af955ada03dcbe5c2b0e1e3e563227546e48fc23cfe1140

Contents?: true

Size: 399 Bytes

Versions: 50

Compression:

Stored size: 399 Bytes

Contents

# frozen_string_literal: true

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

50 entries across 50 versions & 1 rubygems

Version Path
wpscan-3.8.28 app/finders/db_exports.rb
wpscan-3.8.27 app/finders/db_exports.rb
wpscan-3.8.26 app/finders/db_exports.rb
wpscan-3.8.25 app/finders/db_exports.rb
wpscan-3.8.24 app/finders/db_exports.rb
wpscan-3.8.22 app/finders/db_exports.rb
wpscan-3.8.21 app/finders/db_exports.rb
wpscan-3.8.20 app/finders/db_exports.rb
wpscan-3.8.19 app/finders/db_exports.rb
wpscan-3.8.18 app/finders/db_exports.rb
wpscan-3.8.17 app/finders/db_exports.rb
wpscan-3.8.16 app/finders/db_exports.rb
wpscan-3.8.15 app/finders/db_exports.rb
wpscan-3.8.14 app/finders/db_exports.rb
wpscan-3.8.13 app/finders/db_exports.rb
wpscan-3.8.12 app/finders/db_exports.rb
wpscan-3.8.11 app/finders/db_exports.rb
wpscan-3.8.10 app/finders/db_exports.rb
wpscan-3.8.9 app/finders/db_exports.rb
wpscan-3.8.8 app/finders/db_exports.rb