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

18 lines
445 B
JSON

{
"name": "GrandNode",
"website": "https://grandnode.com",
"matches": [
{
"search": "cookies[Grand.customer]",
"regexp": ".*"
},
{
"regexp": "(?:<!--GrandNode |<a[^>]+grandnode - Powered by |Powered by: <a[^>]+nopcommerce)"
},
{
"search": "meta[generator]",
"regexp": "grandnode"
}
],
"implies": "Microsoft ASP.NET"
}