Sha256: c703e30e5d570bd4f760c34572841026da22d26a17a09abf0c5dd830de13719d

Contents?: true

Size: 970 Bytes

Versions: 6

Compression:

Stored size: 970 Bytes

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
##
WhatWeb::Plugin.define "Hughes-Voice-Appliance" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2012-11-11
  @version = "0.1"
  @description = "Hughes VoIP Appliance for HughesNet integration"
  @website = "http://www.hughes.com/"

  # Matches #
  @matches = [

    # / # Redirect Page
    { text: '<HTML><HEAD></HEAD><BODY onload="window.location=\'/fs/home.htm\'"></BODY></HTML>' },

    # /fs/home.htm # Frameset # Title
    { text: '<head><title>HughesNet Appliance Control Center</title></head>' },

    # /systeminfo/ # Software Version Detection
    { url: "/systeminfo/", version: /<td width='50%'>Main\.bin Version<\/td><td width='50%' align='center'>([^<^\s]+)<\/td>/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/hughes-voice-appliance.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/hughes-voice-appliance.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/hughes-voice-appliance.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/hughes-voice-appliance.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/hughes-voice-appliance.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/hughes-voice-appliance.rb