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

19 lines
429 B
JSON

{
"name": "eZ Publish",
"website": "https://github.com/ezsystems/ezpublish-legacy",
"matches": [
{
"search": "cookies[eZSESSID]",
"regexp": ".*"
},
{
"search": "headers[x-powered-by]",
"regexp": "^eZ Publish"
},
{
"search": "meta[generator]",
"regexp": "eZ Publish"
}
],
"implies": "PHP"
}