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

28 lines
1.1 KiB
JSON

{
"name": "AxCMS_net",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "AxCMS.net - the free ASP.NET CMS by Axinom",
"website": "http://en.axcms.net/",
"matches": [
{
"text": "<div style=\"text-align:center;width:100%;\"><a href=\"http://axcms.net\" target=\"_blank\"><img src=\"http://axcms.net/upload/poweredby_150x25_13871.png\" height=\"25\" width=\"150\" alt=\"Powered by AxCMS.net\" style=\"height:25px;width:150px;border-width:0px;\" /></a></div></form>"
},
{
"regexp": "(?-mix:<meta name=\"GENERATOR\" content=\"AxCMS.net ver([\\d\\.]{1,15})\">)",
"offset": 1
},
{
"regexp": "(?-mix:<meta name=\"GENERATOR\" content=\"AxCMS.net ([\\d\\.]{1,15})\" \\/>)",
"offset": 1
},
{
"regexp": "(?-mix:<!-- Generated by AxCMS.net ([\\d\\.]{1,15}) -->)",
"offset": 1
},
{
"text": "<!-- Build and published by AxCMS.net | powered by Axinom-->"
}
]
}