1##
2# This file is part of WhatWeb and may be subject to
3# redistribution and commercial restrictions. Please see the WhatWeb
4# web site for more information on licensing and terms of use.
5# http://www.morningstarsecurity.com/research/whatweb
6##
7
8Plugin.define "ZebraNet-PrintServer" do
9author "Andrew Horton"
10version "0.1"
11description "Print Server for Zebra mobile printers. Provides a wireless/ethernet network interface for parallel port printers. Uses listed on the website range from  card printers, kiosk printers, mobile printers, RFID printers, to industrial printers"
12website "http://www.zebra.com/us/en/products-services/accessories/print-servers.html"
13
14
15
16# 8 for "ZebraNet PrintServer"  "Status and Configuration" "Cancel Job" -guide
17
18# Dorks #
19dorks [
20'"ZebraNet PrintServer" "Status and Configuration" "Cancel Job" -guide'
21]
22
23matches [
24{:name=>"h1 tag",
25:string=>/<H1>([^\)]+) - ZebraNet PrintServer<\/H1>/}
26]
27
28end
29
30