Files
OneForAll-mirror/data/rules/whatweb/ashnews.json
T
2020-07-29 00:02:06 +08:00

14 lines
529 B
JSON

{
"name": "ashnews",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "ashnews is a simple program using PHP/MySQL that allows you to easily add a news/blog system to your site.",
"website": "http://projects.ashwebstudio.com/",
"matches": [
{
"regexp": "(?-mix:<td align=\"center\"><font face=Arial size=1>News powered by <a href=http:\\/\\/projects.ashwebstudio.com>ashnews v([\\d\\.]+)<\\/a><\\/font><\\/td>)",
"offset": 1
}
]
}