Sha256: d79b9b260c4c0da426ec74198addd6dbe73f22a38394f038389cdf933bd369a9
Contents?: true
Size: 631 Bytes
Versions: 2
Compression:
Stored size: 631 Bytes
Contents
=begin Copyright 2010-2017 Sarosys LLC <http://www.sarosys.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
arachni-1.5.1 | components/fingerprinters/frameworks/cakephp.rb |
arachni-1.5 | components/fingerprinters/frameworks/cakephp.rb |