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

14 lines
339 B
JSON

{
"name": "Koala Framework",
"website": "http://koala-framework.org",
"matches": [
{
"regexp": "<!--[^>]+This website is powered by Koala Web Framework CMS"
},
{
"search": "meta[generator]",
"regexp": "^Koala Web Framework CMS"
}
],
"implies": "PHP"
}