mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
16 lines
422 B
JSON
16 lines
422 B
JSON
{
|
|
"name": "Winstone Servlet Container",
|
|
"website": "http://winstone.sourceforge.net",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "Winstone Servlet (?:Container|Engine) v?([\\d.]+)?",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "Winstone(?:\\/([\\d.]+))?",
|
|
"offset": 1
|
|
}
|
|
]
|
|
} |