From 2a3a203cb5373891601b154fe8ff753355d808a5 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Tue, 29 Sep 2015 01:10:20 -0400 Subject: [PATCH] Fixed typographical error, changed auxilliary to auxiliary in README. --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 9df4757..53884e5 100644 --- a/README.txt +++ b/README.txt @@ -13,7 +13,7 @@ Introduction. VoIPER is a security toolkit that aims to allow developers and security researchers to easily, extensively and automatically test VoIP devices for security vulnerabilties. It incorporates a fuzzing suite built on the Sulley fuzzing framework, a SIP torturer -tool based on RFC 4475 and a variety of auxilliary modules to assist in crash detection and +tool based on RFC 4475 and a variety of auxiliary modules to assist in crash detection and debugging. The primary goal of VoIPER is to create a toolkit with all required testing functionality built in and to minimise the amount of effort an auditor has to put into testing the security of a VoIP code base.