Files
OneForAll-mirror/data/rules/whatweb/winstone.json
T
2020-07-29 00:02:06 +08:00

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
}
]
}