mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
20 lines
674 B
JSON
20 lines
674 B
JSON
{
|
|
"name": "Winstone",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Winstone is a servlet container that was written out of a desire to provide servlet functionality without the bloat that full J2EE compliance introduces.",
|
|
"website": "http://winstone.sourceforge.net/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Winstone Servlet Engine v([^\\s]+))",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "(?-mix:Servlet\\/[^\\s]+ \\(Winstone\\/([^\\)]+)\\))",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|