mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
24 lines
648 B
JSON
24 lines
648 B
JSON
{
|
|
"name": "Citrix-NetScaler",
|
|
"author": "Aung Khant <http://yehg.net/>, Andrew Horton, Bhavin Senjaliya",
|
|
"version": "0.3",
|
|
"description": "Citrix NetScaler - http://www.citrix.com/netscaler",
|
|
"website": null,
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:NS\\-CACHE)",
|
|
"search": "headers[via]"
|
|
},
|
|
{
|
|
"search": "headers[via]",
|
|
"regexp": "(?-mix:NS\\-CACHE\\-(\\d{1,4}\\.\\d{1,4}):)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:^NSC_)",
|
|
"name": "NSC_ cookie"
|
|
}
|
|
]
|
|
}
|