Sha256: e1fa8a63de0c6f0555f2f0ee5dc646d88b251e2871b7121e8c9e0fcf529334b1
Contents?: true
Size: 693 Bytes
Versions: 4
Compression:
Stored size: 693 Bytes
Contents
=begin Copyright 2010-2015 Tasos Laskos <tasos.laskos@arachni-scanner.com> This file is part of the Arachni Framework project and is subject to redistribution and commercial restrictions. Please see the Arachni Framework web site for more information on licensing and terms of use. =end module Arachni module Platform::Fingerprinters # Identifies Default Symfony Framework cookie. # # @author Tomas Dobrotka <tomas@dobrotka.sk> # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> # @version 0.1 class Symfony < Platform::Fingerprinter def run return if !cookies.include?( 'symfony' ) platforms << :php << :symfony end end end end
Version data entries
4 entries across 4 versions & 1 rubygems