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

28 lines
595 B
JSON

{
"name": "Melis Platform",
"website": "https://www.melistechnology.com/",
"matches": [
{
"regexp": "<!-- Rendered with Melis CMS V2"
},
{
"regexp": "<!-- Rendered with Melis Platform"
},
{
"search": "meta[generator]",
"regexp": "^Melis Platform\\."
},
{
"search": "meta[powered-by]",
"regexp": "^Melis CMS\\."
}
],
"implies": [
"Apache",
"PHP",
"MySQL",
"Symfony",
"Laravel",
"Zend"
]
}