Sha256: 7ee5942c7a2724482e502b18cc6c236c64b7895831013b02db820f6de8852996
Contents?: true
Size: 305 Bytes
Versions: 36
Compression:
Stored size: 305 Bytes
Contents
# frozen_string_literal: true module WPScan module Finders module MainTheme # URLs In 404 Page Finder class UrlsIn404Page < UrlsInHomepage # @return [ Typhoeus::Response ] def page_res @page_res ||= target.error_404_res end end end end end
Version data entries
36 entries across 36 versions & 1 rubygems