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

16 lines
337 B
JSON

{
"name": "Onshop",
"website": "https://onshop.asia",
"matches": [
{
"search": "meta[generator]",
"regexp": "Onshop Ecommerce"
},
{
"search": "script",
"regexp": "/opencart_custom\\.js"
}
],
"implies": "PHP",
"excludes": "OpenCart"
}