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

19 lines
600 B
JSON

{
"name": "thin",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Thin is a Ruby web server that glues together 3 of the best Ruby libraries in web history: the Mongrel parser, Event Machine, and Rack",
"website": "http://code.macournoyer.com/thin/",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:^thin ([^\\s]+) codename (.+)$)",
"offset": 1
},
{
"search": "headers[server]",
"regexp": "(?-mix:^thin [^\\s]+ (codename .+)$)"
}
]
}