Files
OneForAll-mirror/data/rules/whatweb/zero-one-technology-print-server.json
T
2020-07-29 00:02:06 +08:00

19 lines
617 B
JSON

{
"name": "Zero-One-Technology-Print-Server",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "Zero One Technology Print Server - Print servers connect printers directly to the network so that multiple PCs can share them.",
"website": "http://www.01tech.com/p1-1product.asp?Bid=2",
"matches": [
{
"regexp": "(?-mix:^ZOT-PS-)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^ZOT-PS-[\\d]+\\/(.+)$)",
"offset": 1
}
]
}