Class: WPScan::DB::DynamicFinders::Theme

Inherits:
Plugin show all
Defined in:
lib/wpscan/db/dynamic_finders/theme.rb

Class Method Summary collapse

Methods inherited from Plugin

db_file

Methods inherited from WpItem

db

Class Method Details

.db_dataHash

Returns:

  • (Hash)


8
9
10
# File 'lib/wpscan/db/dynamic_finders/theme.rb', line 8

def self.db_data
  @db_data ||= super['themes'] || {}
end

.version_finder_moduleObject



12
13
14
# File 'lib/wpscan/db/dynamic_finders/theme.rb', line 12

def self.version_finder_module
  Finders::ThemeVersion
end