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 "TRIDENT7-Wave7-OLT" do
8author "Brendan Coles <bcoles@gmail.com>" # 2012-05-11
9version "0.1"
10description "TRIDENT7 Wave7 optical line terminal (OLT)"
11website "http://www.enablence.com/access/product-lines/trident7"
12
13# ShodanHQ results as at 2012-05-11 #
14# 5 for Wave7 Optics TRIDENT7
15
16
17
18# Matches #
19matches [
20
21# Title
22{ :text=>'<TITLE>Trident7 System Login</TITLE>' },
23
24# Year Detection # Footer
25{ :string=>/<TD VALIGN="bottom" COLSPAN=2><FONT SIZE=2 ALIGN="justify">&copy; (20[\d]{2}) Wave7 Optics, Inc\. All rights reserved\./ },
26
27]
28
29end
30
31