Sha256: 99fccaf09676fb71e21617a5df4c8384cb1d76eadd228d6c5500bf58963d44ab
Contents?: true
Size: 1.07 KB
Versions: 6
Compression:
Stored size: 1.07 KB
Contents
# 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 ## # Version 0.2 # 2016-04-20 # Andrew Horton # Moved patterns from passive function to matches[] ## WhatWeb::Plugin.define "IceWarp-Server" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-03-17 @version = "0.2" @description = "IceWarp Unified Communications Server is a fully integrated email server, webmail server, groupware, instant messaging, VoIP / SIP, text messaging." @website = "http://www.icewarp.com/" # ShodanHQ results as at 2011-03-17 # # 6,632 for IceWarp -WebSrv # 259 for IceWarp WebSrv @matches = [ { regexp: /^IceWarp/, search: "headers[server]" }, # Version Detection # IceWarp { version: /^IceWarp\/(.+)$/, search: "headers[server]" }, # Version Detection # IceWarp WebSrv { version: /^IceWarp WebSrv\/(.+)$/, search: "headers[server]" }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems