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

19 lines
610 B
JSON

{
"name": "Xitami",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Xitami - Fast, small, secure, portable web server. The Xitami product line stretches back to 1996. X5 is built using iMatix's current Base2 technology for multithreading applications.",
"website": "http://www.xitami.com/",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:^Xitami$)"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^Xitami\\/([^\\s]+)$)",
"offset": 1
}
]
}