Sha256: 64b213129663a3ba71162cd8f76b9a7b591492f90fa69046e18d60f86e200753

Contents?: true

Size: 790 Bytes

Versions: 6

Compression:

Stored size: 790 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 "FreeNAC" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2012-05-20
  @version = "0.1"
  @description = "FreeNAC is an OpenSource solution for LAN access control and dynamic Vlan management"
  @website = "http://freenac.net/"

  # Google results as at 2012-05-20 #
  # 1 for inurl:"stats.php?graphtype=bar"

  # Matches #
  @matches = [

    # Menu HTML
    { text: '<a href="unknowns.php" title="List unknown end devices and print/edit/delete them">Find unknowns</a><br/>' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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