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:



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

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