From 3726aa98829affca277eb1fae969f0085ae1b8e9 Mon Sep 17 00:00:00 2001 From: Tasos Laskos Date: Wed, 15 Feb 2012 05:44:26 +0200 Subject: [PATCH] fixed typo --- README.md | 4 ++-- examples/rpc.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1784a19..5726840 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ rake install ## Usage -The main idea behind this is to lead to security Unit-testing using [Arachni](http://arachni-scanner.com) and its VectorFeed plug-in. +The main idea behind this is to lead to security Unit-testing using Arachni and its VectorFeed plug-in. -For example, you can configure your Rails test environment to use this midleware +For example, you can configure your Rails test environment to use this middleware and then run your tests as usual.
This time though, once the tests finish you'll be left with a YAML file containing all the HTTP inputs that were used in those tests. diff --git a/examples/rpc.rb b/examples/rpc.rb index bf676a6..dd1f054 100644 --- a/examples/rpc.rb +++ b/examples/rpc.rb @@ -17,7 +17,7 @@ require 'rubygems' require 'arachni/rpc/pure' -# serialized vectors as dumped by the ArachniVectorFeed midleware +# serialized vectors as dumped by the ArachniVectorFeed middleware VECTOR_FILE = File.expand_path( File.dirname( __FILE__ ) ) + '/vectors.yml' # dispatcher options