mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
27 lines
606 B
JSON
27 lines
606 B
JSON
{
|
|
"name": "CodeIgniter",
|
|
"website": "http://codeigniter.com",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[ci_csrf_token]",
|
|
"regexp": "^(.+)$",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "cookies[ci_session]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "cookies[exp_last_activity]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "cookies[exp_tracker]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"regexp": "<input[^>]+name=\"ci_csrf_token\""
|
|
}
|
|
],
|
|
"implies": "PHP"
|
|
} |