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

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"
}
]
}