Sha256: 8c3c8f5ed5d0ea2e032ce59964b60cc1eab994aa551ae89c018dd78a007bbc87

Contents?: true

Size: 674 Bytes

Versions: 6

Compression:

Stored size: 674 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 "Incapsula-WAF" do
  @author = "Aung Khant <http://yehg.net/>" # 2012-02-10
  @version = "0.1"
  @description = "Incapsula-WAF - http://www.incapsula.com"

  # Matches #
  @matches = [
    { name: 'Set-cookie Header', search: "headers[set-cookie]", regexp: /incap_ses_/i },
    { name: 'Set-cookie Header', search: "headers[set-cookie]", regexp: /incap_visid_83_/i }
  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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