Sha256: 3523665700cfbb411776dbfdc684da82a79123eb7b114f69855190011cc6c5ce

Contents?: true

Size: 1.18 KB

Versions: 6

Compression:

Stored size: 1.18 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 "IP-Logger-Pro" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-03-03
  @version = "0.1"
  @description = "The IP Logger PRO provides a straightforward and efficient way to record and analyze your website visitors completely."
  @website = "http://www.debilsoft.de/"

  # Google results as at 2011-03-03 #
  # 50 for "Logdaten - Bitte hier klicken." inurl:"iplog.php?action=show"

  # Dorks #
  @dorks = [
    '"Logdaten - Bitte hier klicken." inurl:"iplog.php?action=show"'
  ]

  # Matches #
  @matches = [

    # GHDB Match
    { certainty: 75, ghdb: '"Logdaten - Bitte hier klicken." inurl:"iplog.php?action=show"' },

    # Version Detection # Licensed to text
    { version: /<br \/><br \/>&nbsp;debilsoft IP-Logger PRO Version ([\d\.]{1,5}) is licensed to [^<]+<\/div><\/body><\/html>/ },

    # Default Title
    { text: '<title>debilsoft IP-Logger PRO Besucherdaten</title>' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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