Class: WPScan::Finders::Themes::Base
- Inherits:
-
Object
- Object
- WPScan::Finders::Themes::Base
- Includes:
- CMSScanner::Finders::SameTypeFinder
- Defined in:
- app/finders/themes.rb
Overview
Themes Finder
Instance Method Summary collapse
-
#initialize(target) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(target) ⇒ Base
Returns a new instance of Base.
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 |