mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
16 lines
354 B
JSON
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"
|
|
} |