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

14 lines
277 B
JSON

{
"name": "Amazon ECS",
"website": "https://aws.amazon.com/elasticloadbalancing/",
"matches": [
{
"search": "headers[server]",
"regexp": "^ECS"
}
],
"implies": [
"Amazon Web Services",
"Docker"
]
}