Sha256: 617fbe771323ebd1eb57adc01da8f3467b01faa5ff32fe68af8fb77e6282abfc

Contents?: true

Size: 813 Bytes

Versions: 6

Compression:

Stored size: 813 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 "FBI-Takedown-Notice" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-02-29
  @version = "0.1"
  @description = "This plugin detects instances of the joint Department of Justice, FBI and IPR Center take down notice."
  @website = "http://fbi.gov/"

  # Matches #
  @matches = [

    # / # Takedown Notice Page
    { md5: "dc0743cd718f16198a72a501ae37fd9a" },
    { md5: "89a9a91804802c42fcc3aadbfaff0e55" },

    # /banner.jpg
    { url: "/banner.jpg", md5: "5d1d926064c1a4a427100a5833d47dfd" },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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