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

14 lines
342 B
JSON

{
"name": "Akamai-Global-Host",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.3",
"description": "Akamai-Global-Host HTTPd",
"website": "https://www.akamai.com",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:^AkamaiGHost)"
}
]
}