Sha256: 1ce2f3863c82041f7f051d9129daca58051bf1aaeca23ba9b8b301e4efde35bb
Contents?: true
Size: 627 Bytes
Versions: 5
Compression:
Stored size: 627 Bytes
Contents
=begin Copyright 2010-2022 Ecsypno <http://www.ecsypno.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 CakePHP resources. # # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> # # @version 0.1 class CakePHP < Platform::Fingerprinter def run if cookies.include?( 'cakephp' ) platforms << :php << :cakephp end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems