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

28 lines
1.1 KiB
JSON

{
"name": "Linksys-Print-Server",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "Linksys Print Server - Print servers connect printers directly to the network so that multiple PCs can share them.",
"website": "http://homesupport.cisco.com/en-us/wireless/lbc/PSUS4/download",
"matches": [
{
"text": "<td align=\"right\" class=\"pname\" height=\"25\" colspan=\"5\">Print Server for USB with 4-Port Switch &nbsp; &nbsp; </td>",
"model": "PSUS4"
},
{
"regexp": "(?-mix:<td width=\"585\" colspan=\"2\" bgcolor=\"#6666CC\" valign=\"bottom\" align=\"right\"><span class=\"fwversion\">Firmware Version: &nbsp; ([^\\s]{1,10}) <\\/span> &nbsp;&nbsp;<\\/td>)"
},
{
"certainty": 25,
"search": "headers[server]",
"regexp": "(?-mix:^PRINT_SERVER WEB ([\\d\\.]+)$)",
"offset": 1
},
{
"certainty": 25,
"regexp": "(?-mix:^PRINT_SERVER WEB)",
"search": "headers[server]"
}
]
}