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

17 lines
392 B
JSON

{
"name": "Contao",
"website": "http://contao.org",
"matches": [
{
"regexp": "<!--[^>]+powered by (?:TYPOlight|Contao)[^>]*-->"
},
{
"regexp": "<link[^>]+(?:typolight|contao)\\.css"
},
{
"search": "meta[generator]",
"regexp": "^Contao Open Source CMS$"
}
],
"implies": "PHP"
}