Class: CMSScanner::Finders::InterestingFindings::Headers
- Defined in:
- app/finders/interesting_findings/headers.rb
Overview
Interesting Headers finder
Constant Summary
Constants inherited from Finder
Instance Attribute Summary
Attributes inherited from Finder
Instance Method Summary collapse
Methods inherited from Finder
#aggressive, #browser, #create_progress_bar, #found_by, #hydra, #initialize, #titleize
Constructor Details
This class inherits a constructor from CMSScanner::Finders::Finder
Instance Method Details
#passive(_opts = {}) ⇒ InterestingFinding
9 10 11 12 13 |
# File 'app/finders/interesting_findings/headers.rb', line 9 def passive(_opts = {}) r = NS::Model::Headers.new(target.homepage_url, confidence: 100, found_by: found_by) r.interesting_entries.empty? ? nil : r end |