class Arachni::Scope
Determines whether or not resources (URIs, pages, elements, etc.) are {#out?} of the scan {OptionGroups::Scope scope}.
@abstract @author Tasos “Zapotek” Laskos <tasos.laskos@arachni-scanner.com>
Public Instance Methods
options()
click to toggle source
@return [OptionGroups::Scope]
# File lib/arachni/scope.rb, line 27 def options Options.scope end
out?()
click to toggle source
@return [Bool]
`true` if the resource is out of scope, `false` otherwise.
@abstract
# File lib/arachni/scope.rb, line 35 def out? end