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

21 lines
477 B
JSON

{
"name": "Shopatron",
"website": "http://ecommerce.shopatron.com",
"matches": [
{
"regexp": "<body class=\"shopatron"
},
{
"regexp": "<img[^>]+mediacdn\\.shopatron\\.com",
"certainty": 50
},
{
"search": "meta[keywords]",
"regexp": "Shopatron"
},
{
"search": "script",
"regexp": "mediacdn\\.shopatron\\.com"
}
]
}