mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
31 lines
693 B
JSON
31 lines
693 B
JSON
{
|
|
"name": "PrestaShop",
|
|
"website": "http://www.prestashop.com",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[PrestaShop]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[powered-by]",
|
|
"regexp": "^Prestashop$"
|
|
},
|
|
{
|
|
"regexp": "Powered by <a\\s+[^>]+>PrestaShop"
|
|
},
|
|
{
|
|
"regexp": "<!-- /Block [a-z ]+ module (?:HEADER|TOP)?\\s?-->"
|
|
},
|
|
{
|
|
"regexp": "<!-- /Module Block [a-z ]+ -->"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "PrestaShop"
|
|
}
|
|
],
|
|
"implies": [
|
|
"PHP",
|
|
"MySQL"
|
|
]
|
|
} |