mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
15 lines
385 B
JSON
15 lines
385 B
JSON
{
|
|
"name": "Debian",
|
|
"website": "https://debian.org",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "Debian"
|
|
},
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "(?:Debian|dotdeb|(potato|woody|sarge|etch|lenny|squeeze|wheezy|jessie|stretch|buster|sid))",
|
|
"offset": 1
|
|
}
|
|
]
|
|
} |