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

21 lines
695 B
JSON

{
"name": "Web2",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "A nice web server, easy to setup! lots of features including cgi, ssi, aliasing, virtual domains and more! - Homepage : Way Back Machine [2005-04-01] - http://web.archive.org/web/20050401233601/http://dink.org/",
"website": null,
"matches": [
{
"os": "Mac OS/2",
"regexp": "(?-mix:^Web\\/2 )",
"search": "headers[server]"
},
{
"os": "Mac OS/2",
"search": "headers[server]",
"regexp": "(?-mix:^Web\\/2 v([^\\r^\\n]+)$)",
"offset": 1
}
]
}