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

20 lines
413 B
JSON

{
"name": "Danneo CMS",
"website": "http://danneo.com",
"matches": [
{
"search": "headers[x-powered-by]",
"regexp": "CMS Danneo ([\\d.]+)",
"offset": 1
},
{
"search": "meta[generator]",
"regexp": "Danneo CMS ([\\d.]+)",
"offset": 1
}
],
"implies": [
"Apache",
"PHP"
]
}