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

22 lines
528 B
JSON

{
"name": "CloudFront",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "CloudFront Server",
"website": null,
"matches": [
{
"status": 403,
"text": "<html><body>Sorry, invalid request</body></html>"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^CloudFront)"
},
{
"search": "headers[x-cache]",
"regexp": "(?-mix:^Error from cloudfront)"
}
]
}