Class: WPScan::Finders::Timthumbs::Base

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

Overview

Timthumbs Finder

Instance Method Summary collapse

Constructor Details

#initialize(target) ⇒ Base

Returns a new instance of Base.

Parameters:



13
14
15
# File 'app/finders/timthumbs.rb', line 13

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