Class: WPScan::Finders::MainTheme::UrlsIn404Page

Inherits:
UrlsInHomepage show all
Defined in:
app/finders/main_theme/urls_in_404_page.rb

Overview

URLs In 404 Page Finder

Constant Summary

Constants inherited from Finder

Finder::DIRECT_ACCESS

Instance Attribute Summary

Attributes inherited from Finder

#progress_bar, #target

Instance Method Summary collapse

Methods inherited from UrlsInHomepage

#passive

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_resTyphoeus::Response

Returns:



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