mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"name": "NivCMS",
|
|
"website": "https://NivSoft.ir",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[cookie_name]",
|
|
"regexp": "NivCMSPro"
|
|
},
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "NivCMS"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "^NivCMS"
|
|
}
|
|
]
|
|
} |