Sha256: 2782e85c448522bc7fe11efdbefe69ff403bf0bc81b05a935809cbb72784236d
Contents?: true
Size: 366 Bytes
Versions: 12
Compression:
Stored size: 366 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} (http://wpscan.org/)" end end end
Version data entries
12 entries across 12 versions & 1 rubygems