Sha256: 5d3ce662b81eb422ba96c24846e2228f0dd5dd4f979701ff36d469408e204361
Contents?: true
Size: 367 Bytes
Versions: 9
Compression:
Stored size: 367 Bytes
Contents
module WPScan # Custom Browser class Browser < CMSScanner::Browser extend Actions # @return [ String ] The path to the user agents list def user_agents_list @user_agents_list ||= File.join(DB_DIR, 'user-agents.txt') end # @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