Sha256: 5a89f4d8194b94c1338ae2867c3d276af022275ab12c20bf7aaa1e159238ec6f
Contents?: true
Size: 301 Bytes
Versions: 36
Compression:
Stored size: 301 Bytes
Contents
# frozen_string_literal: true module WPScan module Finders module Themes # URLs In 04 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