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##
7# Version 0.2 # 2011-01-25 #
8# Updated version detection
9##
10Plugin.define "eSyndiCat" do
11author "Brendan Coles <bcoles@gmail.com>" # 2010-08-08
12version "0.2"
13description "eSyndiCat is a professional, affordable directory software solution."
14website "http://www.esyndicat.com/"
15
16# 8 results for "Powered by eSyndiCat Web Directory" @ 2010-08-08
17
18# Dorks #
19dorks [
20'"Powered by eSyndiCat Web Directory"'
21]
22
23
24
25# Matches #
26matches [
27
28	# Copyright Footer
29	{ :regexp=>/<div class="copyright">&copy; [0-9]{4}[\-0-9]{0,5} Powered by <a href="http:\/\/www.esyndicat.com\/">eSyndiCat[^<]{0,5} Directory [^<]{5,8}<\/a><\/div>/ },
30
31	# Admin Panel
32	{ :text=>'<title>Login To eSyndiCat Admin Panel</title>' },
33
34	# Version Detection # Meta Generator
35	{ :version=>/<meta name="generator" content="eSyndiCat Web Directory Software ([\d\.]+)" \/>/ },
36
37	# Version Detection # Powered by text
38	{ :version=>/Powered by <a href="http:\/\/www.esyndicat.com\/">eSyndiCat Pro v([\d\.]+)<\/a><br \/>/ },
39	{ :version=>/Powered by <a href="http:\/\/www.esyndicat.com\/">eSyndiCat<\/a> Version ([\d\.]+)<br \/>/ },
40
41]
42
43end
44
45