Class: WPScan::Finders::DbExports::Base

Inherits:
Object
  • Object
show all
Includes:
CMSScanner::Finders::SameTypeFinder
Defined in:
app/finders/db_exports.rb

Overview

DB Exports Finder

Instance Method Summary collapse

Constructor Details

#initialize(target) ⇒ Base

Returns a new instance of Base.

Parameters:



13
14
15
# File 'app/finders/db_exports.rb', line 13

def initialize(target)
  finders << DbExports::KnownLocations.new(target)
end