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

20 lines
556 B
JSON

{
"name": "AzureCloud",
"author": "Bhavin Senjaliya <bhavin.senjaliya@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "Windows Azure cloud platform",
"website": "https://azure.microsoft.com/",
"matches": [
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:ARRAffinity)",
"name": "ARRAffinity cookie"
},
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:WAWebSiteSID)",
"name": "WAWebSiteSID cookie"
}
]
}