Class: WPScan::Finders::BackupFolders::Base

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

Overview

Backup Folders Finder

Instance Method Summary collapse

Methods included from SameTypeFinder

included

Constructor Details

#initialize(target) ⇒ Base

Returns a new instance of Base.

Parameters:



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

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