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

23 lines
764 B
JSON

{
"name": "Forest-Blog",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "Forest Blog",
"website": "http://www.hostforest.co.uk/Products/blog.asp",
"matches": [
{
"regexp": "(?-mix:Powered [B|b]?y[:]? <a href=\"http:\\/\\/www.hostforest.co.uk\\/[^\"]*\"[^>]+title=\"Forest Blog\"[^>]*>)"
},
{
"text": "<title>Forest Blog Administration</title>"
},
{
"text": "\t\t\t<h1>Forest Blog Administration</h1>"
},
{
"regexp": "(?-mix:Powered [B|b]?y[:]? <a href=\"http:\\/\\/www.hostforest.co.uk\\/[^\"]*\"[^>]+title=\"Forest Blog\"[^>]*>Forest Blog<\\/a> v([\\d\\.]+))",
"offset": 1
}
]
}