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

22 lines
494 B
JSON

{
"name": "Platform.sh",
"website": "https://platform.sh",
"matches": [
{
"search": "headers[x-platform-cluster]",
"regexp": ".*"
},
{
"search": "headers[x-platform-processor]",
"regexp": ".*"
},
{
"search": "headers[x-platform-router]",
"regexp": ".*"
},
{
"search": "headers[x-platform-server]",
"regexp": ".*"
}
]
}