/plugins/Cachelogic-Expired-Domains-Script.rb
https://github.com/eliasdorneles/WhatWeb · Ruby · 76 lines · 46 code · 13 blank · 17 comment · 1 complexity · 526989766a3828c8cf7511672b8e74fc MD5 · raw file
- ##
- # 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
- ##
- Plugin.define "Cachelogic-Expired-Domains-Script" do
- author "Brendan Coles <bcoles@gmail.com>" # 2011-03-20
- version "0.1"
- description "Expired Domains Script runs daily and updates the database with the latest expiring domains. Requires: Unix Host, PHP5, MYSQL5, CURL Enabled, Cron, Support for the zip extension in PHP. - Homepage: http://cachelogic.net/"
- # Google results as at 2011-03-20 #
- # 40 for "Developed by Cachelogic.net" "Domain contains(keyword):" "All TLDs" -inurl:"cachelogic.net"
- # 36 for allinurl:page domain ext filter hyphen numbers ncharacter
- # Dorks #
- dorks [
- '"Developed by Cachelogic.net" "Domain contains(keyword):" "All TLDs" -inurl:"cachelogic.net"',
- 'allinurl:page domain ext filter hyphen numbers ncharacter'
- ]
- # Examples #
- examples %w|
- cachelogic.net/demo/index.php
- expireddomaindigger.com
- www.buyexpireddomains.info
- tldexpired.com
- eatld.com/dropped/
- somacore.com/expir/
- www.newexpireddomains.com/index.php
- irish-sweaters.net
- www.expireddomainvault.com
- ranking-domain.com
- www.dropbydrop.info
- mrdomains.com/expire/index.php
- domains.sdweb.dk/index.php
- www.comfx.net
- pagerankcrunch.com/expireddomains/index.php
- buyexpireddomains.org
- webclassonline.com/domains/index.php
- findhotdomainnames.com/index.php
- hosterbox.com/expireddomains/index.php
- domainthis.com/index.php
- www.sitedetective.net/index.php
- domainrail.com/index.php
- sitedetective.justcrowd.com/index.php
- expireddomains.powerhoster.com/index.php
- www.domainrafter.com/index.php
- zd.se/index.php
- www.webclassonline.com/domains/index.php
- deletedexpired.com/index.php
- |
- # Matches #
- matches [
- # searchdays select options
- { :text=>'<option value="30">Last 30 days</option><option value="21">Last 21 days</option><option value="14">Last 14 days</option><option value="7">Last 7 days</option><option value="6">Last 6 days</option><option value="5">Last 5 days</option><option value="4">Last 4 days</option><option value="3">Last 3 days</option><option value="2">Last 2 days</option><option value="1">Last 1 days</option>' },
- # ncharacters select options
- { :text=>'<option value="15">15</option><option value="12">12</option><option value="10">10</option><option value="8">8</option><option value="7">7</option><option value="6">6</option><option value="5">5</option><option value="4">4</option><option value="3">3</option><option value="2">2</option>' },
- # stats.php
- { :text=>'<br><br><br>Website is powered by <a href="http://cachelogic.net">Cachelogic.net</a>' },
- # HTML Comment # Free Edition
- { :string=>"Free", :text=>"<!-- Please do not remove. It is illegal to remove this footer in Cachelogic Expired Domains Free Edition-->" },
- # Cachelogic.net Link
- { :text=>'href="http://cachelogic.net">Cachelogic.net</a></td></tr>' },
- ]
- end