Class: WPScan::Finders::Plugins::UrlsIn404Page
- Inherits:
-
UrlsInHomepage
- Object
- CMSScanner::Finders::Finder
- UrlsInHomepage
- WPScan::Finders::Plugins::UrlsIn404Page
- Defined in:
- app/finders/plugins/urls_in_404_page.rb
Overview
URLs In 404 Page Finder Typically, the items detected from URLs like /wp-content/plugins/<slug>/
Instance Method Summary collapse
Methods inherited from UrlsInHomepage
Methods included from WpItems::UrlsInPage
#item_attribute_pattern, #item_code_pattern, #item_url_pattern, #items_from_codes, #items_from_links
Instance Method Details
#page_res ⇒ Typhoeus::Response
10 11 12 |
# File 'app/finders/plugins/urls_in_404_page.rb', line 10 def page_res @page_res ||= target.error_404_res end |