Class: WPScan::Finders::Themes::Base

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

Overview

Themes Finder

Instance Method Summary collapse

Constructor Details

#initialize(target) ⇒ Base

Returns a new instance of Base.

Parameters:



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

def initialize(target)
  finders <<
    Themes::UrlsInHomepage.new(target) <<
    Themes::UrlsIn404Page.new(target) <<
    Themes::KnownLocations.new(target)
end