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

33 lines
1.1 KiB
JSON

{
"name": "PrestaShop",
"author": "Chris@NetAgence.com, Bhavin Senjaliya <bhavin.senjaliya@gmail.com>",
"version": "0.2",
"description": "Ecommerce CMS Prestashop.",
"website": "http://www.prestashop.com/",
"matches": [
{
"name": "PrestaShop-powered meta generator",
"regexp": "(?-mix:<meta name=\"generator\"[^>]*content=\"PrestaShop)"
},
{
"string": "FR",
"name": "PrestaShop-Powered meta description",
"regexp": "(?-mix:<meta name=\"description\"[^>]*content=\"par PrestaShop)"
},
{
"string": "EN",
"name": "PrestaShop-Powered meta description",
"regexp": "(?-mix:<meta name=\"description\"[^>]*content=\"Shop powered by PrestaShop)"
},
{
"name": "html comment",
"regexp": "(?-mix:<!-- \\/Block permanent links module HEADER -->)"
},
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:PrestaShop)",
"name": "PrestaShop cookie"
}
]
}