# 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 "NetWin-Surgemail" do @author = "Brendan Coles " # 2010-10-12 @version = "0.1" @description = "SurgeMail is the fastest, most robust and secure, full-featured email server on the market today supporting all the protocols and standards. Over 10,000 servers installed, serving millions of email accounts world wide." @website = "http://netwinsite.com/" # 91 results for intitle:"Surgemail Welcome Page" @ 2010-10-12 # Dorks # @dorks = [ 'intitle:"Surgemail Welcome Page"' ] @matches = [ # Webmail Portal # Default HTML comment { text: '' }, # Webmail Portal # Default title { text: 'SurgeMail Welcome Page' }, # Webmail Portal # Default meta generator { text: '' }, # Webmail portal # Default link { text: '/surgeweb" target="client">' }, # Webmail portal # Default link { text: 'User account self management - users and domain administrators can modify passwords, forwarding, create new accounts' }, # /cgi/user.cgi # About text { text: '
about SurgeMail' }, # /cgi/user.cgi # HTML comment { text: '' }, { text: '' }, # /scripts/webmail.exe # About text { text: 'about SurgeMail ' }, # /scripts/webmail.exe # Form HTML { text: '
' }, # Version detection # /scripts/webmail.exe # Copyright text { version: / WebMail v([^\ ]+) Copyright © NetWin Ltd<\/i>/ }, ] end