Class: Arachni::Parser::Extractors::Paths Abstract

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

Overview

This class is abstract.

Base Spider parser class for modules.

The aim of such modules is to extract paths from a webpage for the Spider to follow.

@author: Tasos “Zapotek” Laskos

<[email protected]>
<[email protected]>

@version: 0.1

Instance Method Summary collapse

Instance Method Details

#run(doc) ⇒ Array<String>

This method must be implemented by all modules and must return an array of paths as plain strings

Parameters:

Returns:



75
76
# File 'lib/arachni/parser/parser.rb', line 75

def run( doc )
end