Sha256: 77e2bcdcafa8748d5ebf22104a6767f5d6cd339918764281ad4de25d2951e229
Contents?: true
Size: 746 Bytes
Versions: 7
Compression:
Stored size: 746 Bytes
Contents
=begin Copyright 2010-2014 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 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
7 entries across 7 versions & 1 rubygems