Sha256: ff6075f7bed93e3207041c60ada08350987243e53fd94dfbd5b1323c49a3d402

Contents?: true

Size: 1.32 KB

Versions: 6

Compression:

Stored size: 1.32 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-19 # Andrew Horton
# Moved patterns from passive function to matches[]
##
WhatWeb::Plugin.define "Direct-Packet-Device" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-03-08
  @version = "0.2"
  @description = "directPacket Research, Inc. develops and markets secure and interoperable solutions for IP voice and video communication - Secure IPC Controller / IPC Router / Secure Endpoint Manager (SEM)"
  @website = "http://www.directpacket.com/"

  # ShodanHQ results as at 2011-03-08 #
  # 31 for DPWebServer
  # All results are from United States

  # Matches #
  @matches = [

    # /favicon.ico
    { url: "/favicon.ico", md5: "ee6371b0db9369cf5a88e552bedeed19" },

    # body HTML
    { text: '<body bgcolor=#efefef link=# vlink=# text=#3f3f3f background=  >' },

    # Password HTML
    { text: '<td height="30" class="login"><b><font color="ffffff" size="2" face="Arial, Helvetica, sans-serif">Password</font></b></td>' },

    # HTTP Server Header
    { version: /^DPWebServer\/([\d\.]{1,3})/, search: "headers[server]" },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/direct-packet-device.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/direct-packet-device.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/direct-packet-device.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/direct-packet-device.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/direct-packet-device.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/direct-packet-device.rb