# 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 "SIMSWeb" do @author = "Brendan Coles " # 2011-05-31 @version = "0.1" @description = "SIMSWeb (Service Information Management System) is a web server which gives your dealers and/or customers access to their accounts, history and other account details via a standard web browser." @website = "http://simsware.com/products/software-simsweb.htm" # Google results as at 2011-05-31 # # 6 for intitle:"SIMSWeb Login" # Dorks # @dorks = [ 'intitle:"SIMSWeb Login"' ] # Matches # @matches = [ # Loading Page # Title { text: 'SIMSWeb Loading.....' }, # Loading page # Loading message { text: 'index.html">Loading SIMSWeb, please wait.....' }, # JavaScript { text: '' }, # Form HTML { text: '
' }, ] end