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

13 lines
293 B
JSON

{
"name": "Bigcommerce",
"website": "http://www.bigcommerce.com",
"matches": [
{
"regexp": "<link href=[^>]+cdn\\d+\\.bigcommerce\\.com/"
},
{
"search": "script",
"regexp": "cdn\\d+\\.bigcommerce\\.com/"
}
]
}