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

18 lines
439 B
JSON

{
"name": "Pantheon",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Pantheon",
"website": "https://www.getpantheon.com/",
"matches": [
{
"search": "headers[x-pantheon-edge-server]",
"regexp": "(?-mix:^(.*)$)"
},
{
"search": "headers",
"regexp": "(?-mix:HTTP\\/1\\.[01] 404 Unknown site\\!)"
}
]
}