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

27 lines
1.1 KiB
JSON

{
"name": "SEH-KYOCERA-PrintServer",
"author": "Andrew Horton",
"version": "0.1",
"description": "A complete print server provided as an interface card for attaching KYOCERA printers and multifunctional peripherals (MFP) to the network",
"website": "http://www.seh-technology.com/products/print-servers/printer-interfaces/kyocera.html",
"matches": [
{
"name": "HTML start",
"regexp": "(?-mix:<HTML><HEAD>[\\s]*<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text\\/html; CHARSET=UTF-8\">[\\s]*<TITLE>Print server homepage<\\/TITLE>[\\s]*<\\/HEAD>[\\s]*<FRAMESET COLS=\"200)"
},
{
"url": "/status/general_en.html",
"regexp": "(?-mix:<TR><TD> Print server model<TD> ([^<]*))"
},
{
"url": "/status/general_en.html",
"regexp": "(?-mix:<TR><TD> Software version<TD> ([^<]*))",
"offset": 1
},
{
"url": "/status/general_en.html",
"regexp": "(?-mix:<TR><TD> Default print server name<TD> ([^<]*))"
}
]
}