Class: WPScan::Model::DebugLog
- Inherits:
-
InterestingFinding
- Object
- InterestingFinding
- WPScan::Model::DebugLog
- Defined in:
- app/models/interesting_finding.rb
Constant Summary
Constants included from Finders::Finding
Finders::Finding::FINDING_OPTS
Instance Attribute Summary
Attributes inherited from InterestingFinding
Instance Method Summary collapse
-
#references ⇒ Object
@ return [ Hash ].
- #to_s ⇒ Object
Methods inherited from InterestingFinding
#==, #entries, #initialize, #type
Methods included from References
#cve_url, #cve_urls, #cves, #exploitdb_ids, #exploitdb_url, #exploitdb_urls, #msf_modules, #msf_url, #msf_urls, #packetstorm_ids, #packetstorm_url, #packetstorm_urls, #references=, #references_urls, #securityfocus_ids, #securityfocus_url, #securityfocus_urls, #urls, #wpvulndb_ids, #wpvulndb_url, #wpvulndb_urls, #youtube_url, #youtube_urls
Methods included from Finders::Finding
#<=>, #confidence, #confidence=, #confirmed_by, #eql?, included, #interesting_entries, #parse_finding_options
Constructor Details
This class inherits a constructor from WPScan::Model::InterestingFinding
Instance Method Details
#references ⇒ Object
@ return [ Hash ]
66 67 68 |
# File 'app/models/interesting_finding.rb', line 66 def references @references ||= { url: ['https://codex.wordpress.org/Debugging_in_WordPress'] } end |
#to_s ⇒ Object
61 62 63 |
# File 'app/models/interesting_finding.rb', line 61 def to_s @to_s ||= "Debug Log found: #{url}" end |