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

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

Overview

Themes Finder

Instance Method Summary collapse

Methods included from SameTypeFinder

included

Constructor Details

#initialize(target) ⇒ Base

Returns a new instance of Base.

Parameters:



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

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