Sha256: 6447c0cadacd18bf6151a8d0680fd0bd9170d6668c5ad8a7941a8e9463fd586d
Contents?: true
Size: 1.26 KB
Versions: 6
Compression:
Stored size: 1.26 KB
Contents
# frozen_string_literal: true ## # 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. # http://www.morningstarsecurity.com/research/whatweb ## WhatWeb::Plugin.define "Pixel-Ads-Script" do @author = "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
Version data entries
6 entries across 6 versions & 1 rubygems