Method: WPScan::Finders::DbExports::Base#initialize
- Defined in:
- app/finders/db_exports.rb
#initialize(target) ⇒ Base
Returns a new instance of Base.
13 14 15 |
# File 'app/finders/db_exports.rb', line 13 def initialize(target) finders << DbExports::KnownLocations.new(target) end |