Skip to content

Commit

Permalink
added links
Browse files Browse the repository at this point in the history
  • Loading branch information
Zapotek committed Feb 15, 2012
1 parent de22971 commit fb746a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Rack::ArachniVectorFeed middleware

Extracts input (link, form, cookie, header) vectors/params from HTTP requests
and exports them in a suitable format for use with [Arachni](http://arachni-scanner.com)'s VectorFeed plug-in
and exports them in a suitable format for use with [Arachni](http://arachni-scanner.com)'s [VectorFeed](https://github.com/Zapotek/arachni/blob/experimental/plugins/vector_feed.rb) plug-in
in order to perform extremely focused audits or unit-tests.

## Installation
Expand Down Expand Up @@ -44,7 +44,7 @@ config.middleware.use Rack::ArachniVectorFeed, outfile: 'vectors.yml'

## Usage

The main idea behind this is to lead to security Unit-testing using Arachni and its VectorFeed plug-in.
The main idea behind this is to lead to security Unit-testing using [Arachni](http://arachni-scanner.com) and its [VectorFeed](https://github.com/Zapotek/arachni/blob/experimental/plugins/vector_feed.rb) plug-in.

For example, you can configure your Rails test environment to use this middleware
and then run your tests as usual.<br/>
Expand Down

0 comments on commit fb746a6

Please sign in to comment.