Sha256: e3555e43c9aad80629dc93814cb9575d9d2abcad0dfc67829cfbb26f4c12294b

Contents?: true

Size: 1.35 KB

Versions: 6

Compression:

Stored size: 1.35 KB

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
##
# Version 0.2 # 2016-04-20 # Andrew Horton
# Moved patterns from passive function to matches[]
##

WhatWeb::Plugin.define "IBM-CICS-Transaction-Server" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-03-22
  @version = "0.2"
  @description = "IBM Customer Information Control System is the new face of CICS Integration point for CICS tooling with rich CICS views, data, and methods. CICS Transaction Server for z/OS is a modern, dependable, and cost effective application platform. z/OS is a 64-bit operating system for mainframe computers, produced by IBM."
  @website = " http://www-01.ibm.com/software/htp/cics/tserver/v41/"

  # More Info:
  #  http://en.wikipedia.org/wiki/Z/OS
  #  http://www-03.ibm.com/systems/z/os/zos/

  # ShodanHQ results as at 2011-03-22 #
  # 16 for IBM_CICS_Transaction_Server
  # 16 for (zOS) IBM

  @matches = [

    # Version and OS Detection # HTTP Server Header
    { os: "z/OS", version: /^IBM_CICS_Transaction_Server\/([^\(]+)\(zOS\)$/, search: "headers[server]" },
    { os: "z/OS", regexp: /^IBM_CICS_Transaction_Server/, search: "headers[server]" },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simple_whatweb-0.4.1 lib/whatweb/plugins/ibm-cics-transaction-server.rb
simple_whatweb-0.4.0 lib/whatweb/plugins/ibm-cics-transaction-server.rb
simple_whatweb-0.3.0 lib/whatweb/plugins/ibm-cics-transaction-server.rb
simple_whatweb-0.2.1 lib/whatweb/plugins/ibm-cics-transaction-server.rb
simple_whatweb-0.2.0 lib/whatweb/plugins/ibm-cics-transaction-server.rb
simple_whatweb-0.1.0 lib/whatweb/plugins/ibm-cics-transaction-server.rb