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

19 lines
514 B
JSON

{
"name": "TiVo",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "TiVo is a digital video recorder developed and marketed by TiVo, Inc.",
"website": "http://www.tivo.com/",
"matches": [
{
"regexp": "(?-mix:^tivo-httpd)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^tivo-httpd-[\\d]+:(.+)$)",
"offset": 1
}
]
}