Sha256: 4854c553bfdd98469b7d2ed9805f5ad7992521e6b012c828e465ac89745df54a

Contents?: true

Size: 1.63 KB

Versions: 6

Compression:

Stored size: 1.63 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-23 # Andrew Horton
# Moved patterns from passive function to matches[]
##
WhatWeb::Plugin.define "SpeedTouch" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-05-30
  @version = "0.2"
  @description = "SpeedTouch is the brand name of a line of networking equipment produced by Alcatel and Technicolor SA. Before 27 January 2010 Technicolor was known as Thomson SA. Under the SpeedTouch name Alcatel and Technicolor retail a variety of equipment including ADSL and ADSL2+ modems, residential gateways, wireless access equipment, VoIP handsets and SHDSL interconnect equipment. They are a major brand in home and business networking products. - More Info: http://en.wikipedia.org/wiki/SpeedTouch"
  # Homepage: http://www.thomsontelecom.com.au/speedtouch/support.htm

  # ShodanHQ results as at 2011-05-30 #
  # 435,213 for SpeedTouch -SIP http

  # Matches #
  @matches = [

    # Default Favicon
    { url: "/favicon.ico", md5: "befcded36aec1e59ea624582fcb3225c" },

    { regexp: /(Basic|Digest) realm="SpeedTouch/, search: "headers[www-authenticate]", name: "WWW-Authenticate realm" },

    # WWW-Authenticate # realm SpeedTouch # MAC Address Detection
    { string: /Basic realm="SpeedTouch \(([\dA-F]{2}\-[\dA-F]{2}\-[\dA-F]{2}\-[\dA-F]{2}\-[\dA-F]{2}\-[\dA-F]{2})\)/,
      search: "headers[www-authenticate]", name: "WWW-Authenticate realm" },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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