Sha256: d45b2bf193f636d850163d82229f08e583bdea7a91f686a7c0df14964738b119

Contents?: true

Size: 826 Bytes

Versions: 6

Compression:

Stored size: 826 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 "PacketWave" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2012-05-11
  @version = "0.1"
  @description = "Some sort of wireless broadband contraption from Aperto Networks"
  @website = "http://www.apertonet.com/products/pmax_productline.html"

  # ShodanHQ results as at 2011-05-11 #
  # 73 for PacketWave

  # Matches #
  @matches = [

    # input button # goto
    { text: '<td bgcolor="#cccccc" colspan=2 align="center"><input type="button" name="goto" value="Log On" onClick="encode_submit(this.form)">' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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