mirror of
https://github.com/urbanadventurer/WhatWeb
synced 2026-06-21 14:12:19 +00:00
32 lines
1.0 KiB
Ruby
32 lines
1.0 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 "Ananyoo-CMS"
|
|
authors [
|
|
"Brendan Coles <bcoles@gmail.com>", # 2010-12-28
|
|
]
|
|
version "0.1"
|
|
description "One of the most user friendly and highly accessible Content Management Systems on the internet till date. This is a feature rich and powerful online CMS which is mainly suitable for universities, governmental and educational sites but apart from this, you can also turn this flexible CMS into a very modern Web2.0 Social Networking Website."
|
|
website "http://www.anblik.com/store/php-scripts/ananyoo-accessible-cms.html"
|
|
|
|
|
|
|
|
# Matches #
|
|
matches [
|
|
|
|
# Meta Copyright
|
|
{ :text=>'<meta name="copyright" content="Copyright 2003-2008, Ananyoo CMS, a Anblik.com Project." />' },
|
|
|
|
# Meta Generator
|
|
{ :certainty=>75, :text=>'<meta name="generator" content="http://www.ananyoo.com" />' },
|
|
|
|
]
|
|
|
|
end
|
|
|
|
|