Class: F5NextCentralManager
- Inherits:
-
Fingerprinter::Technologies
- Object
- Fingerprinter::Technologies
- F5NextCentralManager
- Defined in:
- lib/fingerprinter/technologies/softwares/f5_next_central_manager.rb
Overview
F5 Next Central Manager Detection
Instance Attribute Summary
Attributes inherited from Fingerprinter::Technologies
Class Method Summary collapse
Methods inherited from Fingerprinter::Technologies
#initialize, kb, meta_detection, response_headers_check, #run, title_detection, whole_body_check
Constructor Details
This class inherits a constructor from Fingerprinter::Technologies
Class Method Details
.run(data) ⇒ Object
5 6 7 8 9 |
# File 'lib/fingerprinter/technologies/softwares/f5_next_central_manager.rb', line 5 def self.run(data) return unless title_detection(data[:doc], 'BIG-IP Next | Central Manager') 'F5 Big-IP Next Central manager' end |