Class: Arachni::Scope Abstract

Inherits:
Object show all
Defined in:
lib/arachni/scope.rb

Overview

This class is abstract.

Determines whether or not resources (URIs, pages, elements, etc.) are #out? of the scan scope.

Author:

Direct Known Subclasses

URI::Scope

Defined Under Namespace

Classes: Error

Instance Method Summary collapse

Instance Method Details

#optionsOptionGroups::Scope

Returns:



27
28
29
# File 'lib/arachni/scope.rb', line 27

def options
    Options.scope
end

#out?Bool

This method is abstract.

Returns true if the resource is out of scope, false otherwise.

Returns:

  • (Bool)

    true if the resource is out of scope, false otherwise.



35
36
# File 'lib/arachni/scope.rb', line 35

def out?
end