Sha256: 92989aa21fee21a8b606e6972e381bc9e843cf2c15b5d6cbfabc22861448f937

Contents?: true

Size: 701 Bytes

Versions: 6

Compression:

Stored size: 701 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 "Symfony" do
  @author = "Brendan Coles <bcoles@gmail.com>" # 2011-01-31
  @version = "0.1"
  @description = "Symfony - open-source PHP web framework"
  @website = "http://www.symfony-project.org/"

  # Matches #
  @matches = [

    # GHDB Match
    { ghdb: '"powered by symfony"', certainty: 25 },

    # Powered by text
    { text: 'Powered by <a href="http://www.symfony-project.org/">' },

  ]
end

Version data entries

6 entries across 6 versions & 1 rubygems

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