Class: WPScan::Finders::Plugins::UrlsIn404Page

Inherits:
UrlsInHomepage
  • Object
show all
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

#passive

Methods included from WpItems::UrlsInPage

#item_attribute_pattern, #item_code_pattern, #item_url_pattern, #items_from_codes, #items_from_links

Instance Method Details

#page_resTyphoeus::Response

Returns:



10
11
12
# File 'app/finders/plugins/urls_in_404_page.rb', line 10

def page_res
  @page_res ||= target.error_404_res
end