Class: WPScan::Finders::Plugins::Base

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

Overview

Plugins Finder

Instance Method Summary collapse

Constructor Details

#initialize(target) ⇒ Base

Returns a new instance of Base.

Parameters:



14
15
16
17
18
19
20
# File 'app/finders/plugins.rb', line 14

def initialize(target)
  finders <<
    Plugins::UrlsInHomepage.new(target) <<
    Plugins::Headers.new(target) <<
    Plugins::Comments.new(target) <<
    Plugins::KnownLocations.new(target)
end