## # 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. # https://morningstarsecurity.com/research/whatweb ## Plugin.define do name "Tele-Data-CMS" authors [ "Brendan Coles ", # 2011-06-11 ] version "0.1" description "Tele Data's Contact Management Server - Contact Management Server for Windows / Asterisk - a custom designed HTTP server which act as a front end to a SQLite Database designed to provide contact management services, accessible from a Web Browser, to a single or group of users on a LAN or WAN network." website "http://teledata.qc.ca/td_cms/" # 53 for "Powered by Teledata" # 12 for "Powered by Teledata" "Best viewed in IE6" # 6 for "Powered by Teledata" inurl:"/login/home/login.aspx" # Dorks # dorks [ '"Powered by Teledata" "Best viewed in IE6"' ] # Matches # matches [ # Powered by text { :regexp=>/Powered by Teledata
\n
Best viewed in IE6\.<\/center>/ }, # input name="txthomepassword" { :text=>'' }, # TD class="tdi-errormessage" + JavaScript { :text=>'align=center class="tdi-errormessage" style="height: 25px">' }, # HTML Comment { :text=>'' }, # Redirect Page # iframe { :text=>'' }, ] end