Class: WPScan::Finders::DynamicFinder::WpVersion::QueryParameter
- Inherits:
-
Version::QueryParameter
- Object
- Finder
- Finder
- Version::Finder
- Version::QueryParameter
- WPScan::Finders::DynamicFinder::WpVersion::QueryParameter
- Includes:
- Finder
- Defined in:
- lib/wpscan/finders/dynamic_finder/wp_version.rb
Direct Known Subclasses
Constant Summary
Constants inherited from Finder
Instance Attribute Summary
Attributes inherited from Finder
Class Method Summary collapse
Methods included from Finder
Methods inherited from Version::QueryParameter
#find, #path_pattern, #scan_response, #xpath
Methods inherited from Finder
#aggressive, child_class_constant, create_child_class, #find, #passive
Methods inherited from Finder
#aggressive, #browser, #create_progress_bar, #found_by, #hydra, #initialize, #passive, #titleize
Constructor Details
This class inherits a constructor from WPScan::Finders::Finder
Class Method Details
.child_class_constants ⇒ Hash
35 36 37 |
# File 'lib/wpscan/finders/dynamic_finder/wp_version.rb', line 35 def self.child_class_constants @child_class_constants ||= super.merge(PATTERN: /ver=(?<v>\d+\.[.\d]+)/i) end |