1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
##
# 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 "Pixel-Ads-Script"
authors [
"Brendan Coles <bcoles@gmail.com>", # 2010-08-08
]
version "0.1"
description "Pixel Ads Script"
website "http://www.pixel-ads-script.com/"
# Homepage is on a non-existant domain - software no longer supported?
# 27 results for "Powered by: Pixel-Ads-Script.Com" @ 2010-08-08
matches [
{ :text=>'<a href="index.php?magnify=1">Magnifier On</a></div>' },
{ :text=>'<a href="index.php?magnify=1">Zoom On</a></div>' },
{ :text=>' <title>Pixel Ads Script</title>' },
{ :text=>' <title>Scrap Pixels - Pixel List</title>' },
{ :text=>' <title>Pixel Ads Script Administration - Administrator Login</title>' },
{ :text=>' <td width="850" class="sitetitle">Pixel Ads Script' },
{ :regexp=>/ <td width="150" class="statsbox" bgcolor="#FFFFFF"><strong>Pixels Sold:<\/strong> [\d\,]+<br>/ },
{ :text=>' href="http://www.pixel-ads-script.com">Powered by: Pixel-Ads-Script.Com</a></div>' }
]
end
|