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

20 lines
444 B
JSON

{
"name": "Shopify",
"website": "http://shopify.com",
"matches": [
{
"search": "headers[x-shopid]",
"regexp": ".*",
"certainty": 50
},
{
"search": "headers[x-shopify-stage]",
"regexp": ".*",
"certainty": 50
},
{
"regexp": "<link[^>]+=['\"]//cdn\\.shopify\\.com",
"certainty": 25
}
]
}