Class: WPScan::Model::WPCron
- Inherits:
-
InterestingFinding
- Object
- InterestingFinding
- WPScan::Model::WPCron
- 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
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 ⇒ Hash
165 166 167 168 169 170 171 172 |
# File 'app/models/interesting_finding.rb', line 165 def references @references ||= { url: [ 'https://www.iplocation.net/defend-wordpress-from-ddos', 'https://github.com/wpscanteam/wpscan/issues/1299' ] } end |
#to_s ⇒ String
160 161 162 |
# File 'app/models/interesting_finding.rb', line 160 def to_s @to_s ||= "The external WP-Cron seems to be enabled: #{url}" end |