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



12
13
14
15
16
# File 'app/finders/themes.rb', line 12

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