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

19 lines
365 B
JSON

{
"name": "Pantheon",
"website": "https://pantheon.io/",
"matches": [
{
"search": "headers[server]",
"regexp": "^Pantheon"
},
{
"search": "headers[x-pantheon-styx-hostname]",
"regexp": ".*"
}
],
"implies": [
"PHP",
"Nginx",
"MariaDB"
]
}