1##
2# This file is part of WhatWeb and may be subject to
3# redistribution and commercial restrictions. Please see the WhatWeb
4# web site for more information on licensing and terms of use.
5# http://www.morningstarsecurity.com/research/whatweb
6##
7Plugin.define "FreeNAC" do
8author "Brendan Coles <bcoles@gmail.com>" # 2012-05-20
9version "0.1"
10description "FreeNAC is an OpenSource solution for LAN access control and dynamic Vlan management"
11website "http://freenac.net/"
12
13# Google results as at 2012-05-20 #
14# 1 for inurl:"stats.php?graphtype=bar"
15
16
17
18# Matches #
19matches [
20
21# Menu HTML
22{ :text=>'<a href="unknowns.php" title="List unknown end devices and print/edit/delete them">Find unknowns</a><br/>' },
23
24]
25
26end
27
28