Sha256: 7a72abf2e0dd3d86ee1bc9f760ca87f6dba1a94034a64c5093633a401a84b3e8
Contents?: true
Size: 241 Bytes
Versions: 9
Compression:
Stored size: 241 Bytes
Contents
# frozen_string_literal: true module WPScan # Custom Browser class Browser < CMSScanner::Browser extend Actions # @return [ String ] def default_user_agent "WPScan v#{VERSION} (https://wpscan.org/)" end end end
Version data entries
9 entries across 9 versions & 1 rubygems