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

16 lines
354 B
JSON

{
"name": "Kohana",
"website": "http://kohanaframework.org",
"matches": [
{
"search": "cookies[kohanasession]",
"regexp": ".*"
},
{
"search": "headers[x-powered-by]",
"regexp": "Kohana Framework ([\\d.]+)",
"offset": 1
}
],
"implies": "PHP"
}