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

15 lines
393 B
JSON

{
"name": "WebTrends",
"author": "Bhavin Senjaliya <bhavin.senjaliya@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "WebTrends Analytics",
"website": "https://www.webtrends.com/",
"matches": [
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:^WEBTRENDS_ID)",
"name": "WEBTRENDS_ID cookie"
}
]
}