Files

WpPlugins

Public Instance Methods

plugins_from_aggressive_detection(options) click to toggle source

Enumerate installed plugins.

return array of WpPlugin

# File lib/wpscan/modules/wp_plugins.rb, line 24
def plugins_from_aggressive_detection(options)
  options[:file]          = "#{DATA_DIR}/plugins.txt"
  options[:vulns_file]    = "#{DATA_DIR}/plugin_vulns.xml"
  options[:vulns_xpath]   = "//plugin[@name='#{@name}']/vulnerability"
  options[:vulns_xpath_2] = "//plugin"
  options[:type]          = "plugins"
  result = WpDetector.aggressive_detection(options)
  result
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.