Sha256: 211cd87d83600a58542ce0bbefdd9b9ee570ec8dfc543479269203d717e4e23f

Contents?: true

Size: 926 Bytes

Versions: 6

Compression:

Stored size: 926 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 "STRATO-Newsletter-Manager" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2012-05-02
  @version = "0.1"
  @description = "STRATO Newsletter Manager - Requires PHP"
  @website = "http://www.strato-cgi.de/"

  # Google results as at 2012-05-02 #
  # 266 for inurl:"newsletter.php.cgi"

  # Dorks #
  @dorks = [
    'inurl:"newsletter.php.cgi"'
  ]

  # Matches #
  @matches = [

    # transparent120x94.gif HTML
    { text: '<td><img src="http://strato.de/cgi2004/cgi2.0/images/transparent120x94.gif" alt="CGI 2004" /></td>' },

    # Title
    { certainty: 75, text: '<title>STRATO Newsletter Manager</title>' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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