Sha256: 99f05c4fc6f57c53a00d383dbd937b23b6c3a36778733fbbb7ec00e0f896479c
Contents?: true
Size: 384 Bytes
Versions: 35
Compression:
Stored size: 384 Bytes
Contents
# frozen_string_literal: true module WPScan module Finders module Plugins # URLs In 404 Page Finder # Typically, the items detected from URLs like /wp-content/plugins/<slug>/ class UrlsIn404Page < UrlsInHomepage # @return [ Typhoeus::Response ] def page_res @page_res ||= target.error_404_res end end end end end
Version data entries
35 entries across 35 versions & 1 rubygems