# frozen_string_literal: true ## # This file is part of WhatWeb and may be subject to # redistribution and commercial restrictions. Please see the WhatWeb # web site for more information on licensing and terms of use. # http://www.morningstarsecurity.com/research/whatweb ## WhatWeb::Plugin.define "Windows-Internet-Printing" do @author = "Brendan Coles " # 2010-07-22 @version = "0.1" @description = "Windows internet printing web frontend" @website = "http://www.microsoft.com/" # More info: http://support.microsoft.com/kb/313058 # 4 results for inurl:Printers/ipp_0001.asp @ 2010-07-22 # http://www.hackersforcharity.org/ghdb/?function=detail&id=1568 @matches = [ { ghdb: 'inurl:Printers/ipp_0001.asp' }, { text: ' printers.gif' }, { text: ' Name  Status  Location  Jobs  Model  Comment  ' }, ] end