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