1##
2# This file is part of WhatWeb and may be subject to
3# redistribution and commercial restrictions. Please see the WhatWeb
4# web site for more information on licensing and terms of use.
5# http://www.morningstarsecurity.com/research/whatweb
6##
7# Version 0.2 # 2011-01-07 #
8# Updated version detection method
9##
10Plugin.define "ashnews" do
11author "Brendan Coles <bcoles@gmail.com>" # 2010-08-28
12version "0.2"
13description "ashnews is a simple program using PHP/MySQL that allows you to easily add a news/blog system to your site."
14website "http://projects.ashwebstudio.com/"
15
16# 19 results for "News powered by ashNews" -allinurl -Vulnerabilities @ 2010-08-28
17
18
19
20# Matches #
21matches [
22
23	# Version Detection # powered by text
24	{ :version=>/<td align="center"><font face=Arial size=1>News powered by <a href=http:\/\/projects.ashwebstudio.com>ashnews v([\d\.]+)<\/a><\/font><\/td>/ },
25
26]
27
28end
29
30