mirror of
https://github.com/urbanadventurer/WhatWeb
synced 2026-06-21 14:12:19 +00:00
41 lines
1.5 KiB
Ruby
41 lines
1.5 KiB
Ruby
##
|
|
# 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 "eSitesBuilder"
|
|
authors [
|
|
"Brendan Coles <bcoles@gmail.com>", # 2010-09-03
|
|
]
|
|
version "0.1"
|
|
description "Professional online website builder is complete website creation tool that offers everything you need to build a website: ad-free hosting, free domain names, website templates and website design, CMS, eCommerce and Real Estate solutions. Make your own website today, create a website in minutes: turnkey solutions from a Personal Website to a big Online Store. Try it now for Free!"
|
|
website "http://www.esitesbuilder.com"
|
|
|
|
# 60 results for "powered by eSitesBuilder" @ 2010-08-28
|
|
|
|
# Dorks #
|
|
dorks [
|
|
'"powered by eSitesBuilder"'
|
|
]
|
|
|
|
|
|
|
|
matches [
|
|
|
|
# HTML comment
|
|
{ :text=>'<!-- created by XTLabs, Inc. http://www.xt-labs.com -->' },
|
|
|
|
# Powered by text
|
|
{ :regexp=>/<a [^href]+href="http:\/\/[www\.]*esitesbuilder.com">Powered by eSitesBuilder<\/a>/ },
|
|
{ :text=>'Powered by <a href="http://www.esitesbuilder.com/" target="_blank" alt="website builder">eSitesBuilder</a>' },
|
|
{ :text=>'All rights reserved. Powered by eSitesBuilder' },
|
|
{ :regexp=>/Powered by[ ]*[\s]*<a [^href]+href="http:\/\/[www\.]*esitesbuilder.com">eSitesBuilder<\/a>/ },
|
|
{ :text=>'Powered by <a href="http://www.esitesbuilder.com/" target="_blank" alt="website builder">eSitesBuilder</a>' },
|
|
|
|
]
|
|
|
|
end
|
|
|