# frozen_string_literal: true ## # This file is part of WhatWeb and may be subject to # redistribution and commercial restrictions. Please see the WhatWeb # web site for more information on licensing and terms of use. # http://www.morningstarsecurity.com/research/whatweb ## WhatWeb::Plugin.define "GpsGate-Server" do @author = "Brendan Coles " # 2011-06-20 @version = "0.1" @description = "GpsGate Server is a platform for web based GPS tracking of vehicles, valuable assets and persons. The modular GpsGate Server platform also allows you to configure, extend and customize applications to your needs." @website = "http://gpsgate.com/products/gpsgate_server" # Google results as at 2011-06-20 # # 37 for "GpsGate Server - Login" intitle:"GpsGate Server - Login" # ShodanHQ results as at 2011-06-20 # # 2 for gpsgateserver # Dorks # @dorks = [ '"GpsGate Server - Login" intitle:"GpsGate Server - Login"' ] # Matches # @matches = [ # Password input # HTML is static between languages unlike the username field { text: '\r?\n\tGpsGate Server - Login\r?\n<\/title><\/head>/ }, ] end