... | ... | @@ -44,7 +44,7 @@ requirements. |
|
|
Path extractors are used by the spider and their only job is to extract and return
|
|
|
a list of paths from the provided HTML document.
|
|
|
|
|
|
### Modules
|
|
|
### [Modules](http://support.arachni-scanner.com/kb/writing-modules/introduction)
|
|
|
|
|
|
Modules are the most important type of component in the framework.<br/>
|
|
|
They assess and log vulnerabilities or other entities of interest during
|
... | ... | @@ -68,7 +68,7 @@ there are no restrictions as to their exact behavior; meaning that anyone can |
|
|
develop a report component that saves the scan results to a database, transmits
|
|
|
them over the wire, etc.
|
|
|
|
|
|
### Plugins
|
|
|
### [Plugins](http://support.arachni-scanner.com/kb/writing-plugins/introduction)
|
|
|
|
|
|
Unlike the two previous types of components plug-ins are demi-gods.<br/>
|
|
|
Each plug-in is passed the instance of the running framework to do with
|
... | ... | |