# 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 " # 2012-11-11 @version = "0.1" @description = "Hughes VoIP Appliance for HughesNet integration" @website = "http://www.hughes.com/" # Matches # @matches = [ # / # Redirect Page { text: '' }, # /fs/home.htm # Frameset # Title { text: 'HughesNet Appliance Control Center' }, # /systeminfo/ # Software Version Detection { url: "/systeminfo/", version: /Main\.bin Version<\/td>([^<^\s]+)<\/td>/ }, ] end