Sha256: c6fade2b5cd1cdd6745f27a9d6e8543762bd2d13d21ff4872ff3f2967fe36761
Contents?: true
Size: 576 Bytes
Versions: 2
Compression:
Stored size: 576 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 Apache web servers. # # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> # # @version 0.1 # class Test < Platform::Fingerprinter def run platforms << :unix << :apache end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
arachni-1.5.1 | spec/support/fixtures/fingerprinters/test.rb |
arachni-1.5 | spec/support/fixtures/fingerprinters/test.rb |