Class: WPScan::Finders::Plugins::QueryParameter
- Inherits:
-
DynamicFinder::WpItems::Finder
- Object
- CMSScanner::Finders::Finder
- DynamicFinder::WpItems::Finder
- WPScan::Finders::Plugins::QueryParameter
- Defined in:
- app/finders/plugins/query_parameter.rb
Overview
Plugins finder from Dynamic Finder ‘QueryParameter’
Constant Summary collapse
- DEFAULT_CONFIDENCE =
10
Instance Method Summary collapse
- #passive(_opts = {}) ⇒ Object
-
#process_response(opts, response, slug, klass, config) ⇒ Plugin
The detected plugin in the response, related to the config.
Methods inherited from DynamicFinder::WpItems::Finder
#aggressive, #aggressive_, #aggressive_configs, #aggressive_path, #passive_configs
Instance Method Details
#passive(_opts = {}) ⇒ Object
10 11 12 |
# File 'app/finders/plugins/query_parameter.rb', line 10 def passive(_opts = {}) # Handled by UrlsInHomePage, so no need to check this twice end |
#process_response(opts, response, slug, klass, config) ⇒ Plugin
Returns The detected plugin in the response, related to the config.
21 22 23 |
# File 'app/finders/plugins/query_parameter.rb', line 21 def process_response(opts, response, slug, klass, config) # TODO: when a real case will be found end |