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

23 lines
759 B
JSON

{
"name": "HP-OfficeJet-Printer",
"author": "Andrew Horton",
"version": "0.2",
"description": "HP Officejet Pro and Officejet printers",
"website": "http://www.hp.com/products1/inkjetprinter/officejet.html",
"matches": [
{
"regexp": "(?m-ix:<title>HP Officejet ([^<]+)<\\/title>.*<body onLoad=\"window.top.location.href='.\\/index.htm\\?cat=info&page=printerInfo)"
},
{
"regexp": "(?m-ix:<title>HP Officejet (Pro [A-Z0-9a-z ]+)<\\/title>.*(home.htm\\?cat=home&page=home|printerFrame.htm))"
},
{
"text": "index.htm?cat=info&page=printerInfo"
},
{
"certainty": 25,
"text": "home.htm?cat=home&page=home"
}
]
}