Class: WPScan::Model::MuPlugins

Inherits:
InterestingFinding
  • Object
show all
Defined in:
app/models/interesting_finding.rb

Instance Method Summary collapse

Methods included from References

#references_urls, #wpvulndb_ids, #wpvulndb_url, #wpvulndb_urls

Instance Method Details

#referencesHash

Returns:

  • (Hash)


65
66
67
# File 'app/models/interesting_finding.rb', line 65

def references
  @references ||= { url: ['http://codex.wordpress.org/Must_Use_Plugins'] }
end

#to_sString

Returns:

  • (String)


60
61
62
# File 'app/models/interesting_finding.rb', line 60

def to_s
  @to_s ||= "This site has 'Must Use Plugins': #{url}"
end