mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
23 lines
538 B
JSON
23 lines
538 B
JSON
{
|
|
"name": "FlexCMP",
|
|
"website": "http://www.flexcmp.com/cms/home",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-flex-lang]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "FlexCMP.+\\[v\\. ([\\d.]+)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "<!--[^>]+FlexCMP[^>v]+v\\. ([\\d.]+)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "^FlexCMP"
|
|
}
|
|
]
|
|
} |