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 "DV-Cart" do
8author "Brendan Coles <bcoles@gmail.com>" # 2011-11-22
9version "0.1"
10description "DV Cart - fully featured Shopping Cart software - Requires: PHP and MySQL"
11website "http://www.esmistudio.com/"
12
13# This plugin requires additional matches
14
15# Google results as at 2011-11-22 #
16# 65 for "You must have the proper credentials to access this page. Please login." inurl:"login.php?info=DENIED"
17
18# Dorks #
19dorks [
20'"You must have the proper credentials to access this page. Please login." inurl:"login.php?info=DENIED"'
21]
22
23
24
25# Matches #
26matches [
27
28# Login Page # div id="KT_tngdeverror"
29{ :text=>'<div id="KT_tngdeverror"><label>Message:</label><div>You must have the proper credentials to access this page. Please login.</div></div>' },
30
31# Login Page # Table class="KT_tngtable"
32{ :text=>'<table cellpadding="2" cellspacing="0" class="KT_tngtable">' },
33
34]
35
36end
37
38