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

22 lines
618 B
JSON

{
"name": "CreateLive-Cms",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "CreateLive Cms",
"website": "http://www.aspoo.cn/",
"matches": [
{
"regexp": "(?i-mx:Powered by:(<a href=\"http:\\/\\/www.aspoo.cn\\/\" target=\"_blank\">)?CreateLive CMS Version ([\\d\\.]+))",
"offset": 1
},
{
"regexp": "(?-mix:<!--By CreateLiveCms (\\d)\\.00-->)",
"offset": 1
},
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:Kill=kill=(Yes|No))"
}
]
}