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

18 lines
406 B
JSON

{
"name": "plentymarkets",
"website": "https://www.plentymarkets.com/",
"matches": [
{
"search": "headers[x-plenty-shop]",
"regexp": ".*"
},
{
"search": "meta[generator]",
"regexp": "plentymarkets"
},
{
"search": "script",
"regexp": "plenty\\.shop\\.(?:min\\.)?js"
}
]
}