Sha256: 6e8ec2b639f5c4093ac0e67332c3caf1f6020d6b2e7bc5bb5a0ab1f5763f1aa7

Contents?: true

Size: 1.14 KB

Versions: 6

Compression:

Stored size: 1.14 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
##
WhatWeb::Plugin.define "Level1-Router" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2012-02-12
  @version = "0.1"
  @description = "Level1 Router"
  @website = "http://uk.level1.com/"

  # Google results as at 2012-02-12 #
  # 3 for intitle:"WBR" intitle:"Wireless Broadband NAT Router Web-Console"

  # Dorks #
  @dorks = [
    'intitle:"WBR" intitle:"Wireless Broadband NAT Router Web-Console"'
  ]

  # Matches #
  @matches = [

    # Frameset # Title # Model Detection
    { model: /<TITLE>(WBR-[^\s]+) Wireless Broadband NAT Router Web-Console<\/TITLE>/ },

    # /status.htm
    { url: "/status.htm", string: /<!--TR><TD>MAC Address<\/TD><TD ALIGN=CENTER COLSPAN=2>([A-F\d\-]{17})<\/TD><\/TR-->/ },

    # /bg_logo1.jpg
    { url: "/bg_logo1.jpg", md5: "b78c9744264dadba05ba0d00d62a97b6" },

    # HTML Comment
    { certainty: 25, text: '<!---CAS:0003--><HTML>' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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