Sha256: d47206161a70196a1a6d2ccabdd8ba26c7d9a73ae674ea8230473cf08c5fe961

Contents?: true

Size: 889 Bytes

Versions: 6

Compression:

Stored size: 889 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 "Axis-PrintServer" do
  @author = "Andrew Horton"
  @version = "0.1"
  @description = "Axis 540/542 Network Print Server"
  @website = "http://www.axis.com/products/axis_540p/index.htm"

  # 1 result for "Welcome to AXIS 540/542 Network Print Server"
  # Dorks #
  @dorks = [
    '"Welcome to AXIS 540/542 Network Print Server"'
  ]

  @matches = [
    { text: '<h2>Welcome to AXIS 540/542 Network Print Server</h2>' },

    { url: '/', model: /<h2>Welcome to AXIS.*<hr><p>Name: ([\S]+)<br>/m },
    { url: '/', version: /<h2>Welcome to AXIS.*Software version: ([0-9\.]+)<br>/m },
  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/axis-printserver.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/axis-printserver.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/axis-printserver.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/axis-printserver.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/axis-printserver.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/axis-printserver.rb