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

15 lines
409 B
JSON

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