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

20 lines
911 B
JSON

{
"name": "BlogEngine_NET",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "BlogEngine.NET is an open source .NET blogging project that was born out of desire for a better blog platform. A blog platform with less complexity, easy customization, and one that takes advantage of the latest .NET features.",
"website": "http://www.dotnetblogengine.net/",
"matches": [
{
"text": "<link rel=\"shortcut icon\" href=\"pics/blogengine.ico\" type=\"image/x-icon\" />"
},
{
"regexp": "(?-mix:Powered by[\\r\\n\\s]*<a href=\"http:\\/\\/www.dotnetblogengine.net[\\/]?\"[^>]*>BlogEngine.NET<\\/a>)"
},
{
"regexp": "(?-mix:Powered by[\\r\\n\\s]*<a href=\"http:\\/\\/www.dotnetblogengine.net[\\/]?\"[^>]*>BlogEngine.NET<\\/a>[\\r\\n\\s]*([\\d\\.]+))",
"offset": 1
}
]
}