mirror of
https://github.com/urbanadventurer/WhatWeb
synced 2026-06-21 14:12:19 +00:00
35 lines
1.8 KiB
Ruby
35 lines
1.8 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://www.morningstarsecurity.com/research/whatweb
|
|
##
|
|
Plugin.define do
|
|
name "Free-Simple-Software"
|
|
authors [
|
|
"Brendan Coles <bcoles@gmail.com>", # 2010-09-26
|
|
"Andrew Horton", # v0.2 # 2016-04-17 # Added website parameter.
|
|
]
|
|
version "0.2"
|
|
description "Free Simple Software - Full list of homepages: http://www.freesimpleshop.com/ http://www.freesimplecms.com/ http://www.freesimpleblog.com/ http://www.freesimplehost.com/"
|
|
website "http://www.freesimpleshop.com/"
|
|
# 24 results for "Powered by Free Simple Software (Free Simple CMS / Free Simple Shop / Free Simple Blog / Free Simple Host)" @ 2010-09-26
|
|
|
|
# Dorks #
|
|
dorks [
|
|
'"Powered by Free Simple Software (Free Simple CMS / Free Simple Shop / Free Simple Blog / Free Simple Host)"'
|
|
]
|
|
|
|
matches [
|
|
|
|
# Login page # Form HTML
|
|
{ :text=>"<tr><td><input type='submit' name ='submit' value ='Login'> </td></form><form action='/index.php?logout=logout' method='post'><td> <input type='submit' name ='submit' value ='Cancel'></td></tr></table></form><p>[<a href='/index.php?page=login&request=forgot_password&include=admin_login.inc'><font color='" },
|
|
|
|
# Powered by text
|
|
{ :text=>"Powered by <a href='http://www.freesimplesoft.com'><font color='#FFFFFF'>Free Simple Software</font></a> (<a href='http://www.freesimplecms.com'><font color='#FFFFFF'>Free Simple CMS</font></a> / <a href='http://www.freesimpleshop.com'><font color='#FFFFFF'>Free Simple Shop</font></a> / <a href='http://www.freesimpleblog.com'><font color='#FFFFFF'>Free Simple Blog</font></a> / <a href='http://www.freesimplehost.com'><font color='#FFFFFF'>Free Simple Host</font></a>)" },
|
|
|
|
]
|
|
|
|
end
|
|
|