Sha256: 4fcf7e84b4ef87ec40dc1b28252279c6738cd7bc1f49c235fa27b846d2cf274a
Contents?: true
Size: 735 Bytes
Versions: 2
Compression:
Stored size: 735 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 require Arachni::Options.paths.lib + 'element/base' module Arachni::Element # Represents an auditable path element, currently a placeholder for a vulnerable # path vector. # # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> class Path < Base include Capabilities::WithAuditor def initialize( url ) super url: url @initialization_options = url end def action url end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
arachni-1.5.1 | lib/arachni/element/path.rb |
arachni-1.5 | lib/arachni/element/path.rb |