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

14 lines
296 B
JSON

{
"name": "CloudCart",
"website": "http://cloudcart.com",
"matches": [
{
"search": "meta[author]",
"regexp": "^CloudCart LLC$"
},
{
"search": "script",
"regexp": "/cloudcart-(?:assets|storage)/"
}
]
}