Sha256: da67f7d5349f6bc2389f21aa16dac03aa90c271bc13392dae469e4f1ea51e4bd

Contents?: true

Size: 1.17 KB

Versions: 6

Compression:

Stored size: 1.17 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 "gSOAP" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-06-05
  @version = "0.2"
  @description = "gSOAP Toolkit for SOAP Web Services and XML-Based Applications. The gSOAP toolkit is an open source C and C++ software development toolkit for SOAP/XML Web services and generic (non-SOAP) C/C++ XML data bindings. The toolkit analyzes WSDLs and XML schemas (separately or as a combined set) and maps the XML schema types and the SOAP messaging protocols to easy-to-use and efficient C and C++ code."
  @website = "http://gsoap2.sourceforge.net/"

  # ShodanHQ results as at 2011-06-05 #
  # 433 for gSOAP

  @matches = [

    { regexp: /^gSOAP/, search: "headers[server]" },
    # Version Detection # HTTP Server Header
    { version: /^gSOAP\/([^\s]+)$/, search: "headers[server]" },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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