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

31 lines
1.4 KiB
JSON

{
"name": "HP-LaserJet-Printer",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "HP LaserJet printer web interface",
"website": "http://www.hp.com/",
"matches": [
{
"text": "<img src=\"images/logo.gif\" alt=\"Click this Hewlett-Packard logo to open a new browser window, which takes you to the external HP.com Web site.\" /></a>"
},
{
"text": "<a href=\"#skipnavigation\" title=\"Jump to main content. Please activate this if you would like to skip the navigation and jump directly to the main content.\"></a><a href=\"http://www.hp.com\" onclick=\"target = new Date().valueOf().toString(); if (window.open) window.open('http://www.hp.com',target,'resizable=yes,scrollbars=yes,menubar=yes,location=yes,toolbar=yes,status=yes'); return false;\" title=\"Go to HP corporate web site: external link\">"
},
{
"text": "HP 9250C Digital Sender Series</title>",
"model": "9250C Digital Sender"
},
{
"text": "hp 9200C Digital Sender</title>",
"model": "9200C Digital Sender"
},
{
"regexp": "(?-mix:<title>[\\r\\n]*(HP|hp) LaserJet ([^<]+)<\\/title>)"
},
{
"module": "color",
"regexp": "(?i-mx:<title>[\\r\\n]*(HP|hp) Color LaserJet ([^<]+)<\\/title>)"
}
]
}