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

18 lines
492 B
JSON

{
"name": "ECShop",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Ecshop is an Open Source Ecommerce Platform",
"website": "http://www.ecshop.org/",
"matches": [
{
"certainty": 25,
"regexp": "(?-mix:<title>[^<]+ - Powered by ECShop<\\/title>)"
},
{
"regexp": "(?-mix:<meta name=\"Generator\" content=\"ECSHOP v([\\d\\.]+)\" \\/>)",
"offset": 1
}
]
}