mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
24 lines
563 B
JSON
24 lines
563 B
JSON
{
|
|
"name": "adxstudio-cms",
|
|
"author": "Aung Khant <http://yehg.net/>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "ADXStudio CMS",
|
|
"website": "http://www.adxstudio.com",
|
|
"matches": [
|
|
{
|
|
"name": "Set-cookie Header",
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?i-mx:anonprofile)"
|
|
},
|
|
{
|
|
"text": "/PoweredByADX.gif"
|
|
},
|
|
{
|
|
"text": "alt=\"Powered by Adxstudio\""
|
|
},
|
|
{
|
|
"text": "/poweredbyadx.png"
|
|
}
|
|
]
|
|
}
|