Sha256: d414c9ed199800f2501bb3821f88a4ef0e8452480ef0d518111edb3ba4e7f8f7

Contents?: true

Size: 934 Bytes

Versions: 6

Compression:

Stored size: 934 Bytes

Contents

# 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-Remote-Printing" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-04-19
  @version = "0.1"
  @description = "The Windows remote printing interface displays networked printers, print job owner usernames and internal IP addresses."

  # 4 results for inurl:Printers/ipp_0001.asp intitle:"All Printers on"

  # Dorks #
  @dorks = [
    'inurl:Printers/ipp_0001.asp intitle:"All Printers on"'
  ]

  # Matches #
  @matches = [

    # GHDB
    { ghdb: 'inurl:"Printers/ipp_0001.asp" intitle:"All Printers on"' },

    # Frame src # /printers/ipp_0004.asp
    { regexp: /<frame src="ipp_000[\d]\.asp\?eprinter=/ },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/windows-remote-printing.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/windows-remote-printing.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/windows-remote-printing.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/windows-remote-printing.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/windows-remote-printing.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/windows-remote-printing.rb