Sha256: 2e2710edeb8e93efca34be9748e1e45a2cdb7879b83c5f276c34fab320ca413e
Contents?: true
Size: 642 Bytes
Versions: 5
Compression:
Stored size: 642 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 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