mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
416 B
JSON
19 lines
416 B
JSON
{
|
|
"name": "ExpressionEngine",
|
|
"website": "http://expressionengine.com",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[exp_csrf_token]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "cookies[exp_last_activity]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "cookies[exp_tracker]",
|
|
"regexp": ".*"
|
|
}
|
|
],
|
|
"implies": "PHP"
|
|
} |