Sha256: c19d56e05f82298694608e0a07969957bca9b59e52acc4ab099a855f0c54c94e

Contents?: true

Size: 1.02 KB

Versions: 6

Compression:

Stored size: 1.02 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
##
WhatWeb::Plugin.define "Kontaktformular" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2010-09-13
  @version = "0.1"
  @description = "PHP contact form"
  @website = "http://www.radbekleidung.eu/gratis-kontaktformular.html"

  # 49 results for "Script Powered by Kontaktformular" @ 2010-09-13

  # Dorks #
  @dorks = [
    '"Script Powered by Kontaktformular"'
  ]

  @matches = [

    # HTML comment
    { text: '<!--Copyright darf NICHT entfernt werden!!-->' },
    { text: '<!-- Hinweis darf nicht entfernt werden! -->' },

    # Powered by text
    { text: 'Script Powered by <a target="_blank" href="http://www.radbekleidung.eu/gratis-kontaktformular.html">Kontaktformular</a>' },
    { text: '&copy; Script Powered by kontaktformular.org </span>' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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