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 "Netquery" do
8author "Brendan Coles <bcoles@gmail.com>" # 2011-04-20
9version "0.1"
10description "Netquery is a complete PHP/SQL open-source toolkit of network utilities. Available as a standalone application and as a module for the following CMSs: e107, PHP-Fusion, Xaraya, Xoops and Zikula."
11website "http://virtech.org/tools/"
12
13# 89 results for inurl:"nquser.php" filetype:php -inurl
14
15# Dorks #
16dorks [
17'inurl:"nquser.php" filetype:php -inurl'
18]
19
20
21
22# Matches #
23matches [
24
25# Default form
26{ :text=>'<form class="nquser" action="nquser.php" method="post">' },
27
28# Default link + img class
29{ :text=>'<a href="nquser.php?querytype=countries"><img class="gobuttonup"' },
30
31# legend tag
32{ :certainty=>75, :text=>'<legend>NQ User Interface</legend>' },
33
34# Top countries link
35{ :certainty=>75, :text=>'<br /><a href="nquser.php?formtype=countries">Top Countries' },
36
37# Admin link
38{ :text=>'<a href="nqadmin.php"><img class="gobutton" src="images/btn_adm.gif" alt="Administration" /></a>' },
39
40# Error # Could not retrieve Netquery configuration data from the database.
41{ :md5=>"24a75ccc492b5a9118a4d226c25895c1" },
42
43]
44
45end
46
47
48