Class: WPScan::Finders::MainTheme::UrlsIn404Page
- Inherits:
-
UrlsInHomepage
- Object
- Finder
- UrlsInHomepage
- WPScan::Finders::MainTheme::UrlsIn404Page
- Defined in:
- app/finders/main_theme/urls_in_404_page.rb
Overview
URLs In 404 Page Finder
Constant Summary
Constants inherited from Finder
Instance Attribute Summary
Attributes inherited from Finder
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
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
Instance Method Details
#page_res ⇒ Typhoeus::Response
9 10 11 |
# File 'app/finders/main_theme/urls_in_404_page.rb', line 9 def page_res @page_res ||= target.error_404_res end |