# 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 "Cachelogic-Expired-Domains-Script" do @author = "Brendan Coles " # 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." @website = "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' ] # Matches # @matches = [ # searchdays select options { text: '' }, # ncharacters select options { text: '' }, # stats.php { text: '


Website is powered by Cachelogic.net' }, # HTML Comment # Free Edition { string: "Free", text: "" }, # Cachelogic.net Link { text: 'href="http://cachelogic.net">Cachelogic.net' }, ] end