Add external repo for rex, remove iaxrecord check since its now ruby - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 9dddb5e0d690140543cb3b3f2cde9afbb94bef55
(DIR) parent 38906defb9fe202fc7951efa186d07ea1aabcbf0
(HTM) Author: HD Moore <hd_moore@rapid7.com>
Date: Thu, 4 Aug 2011 08:03:08 +0000
Add external repo for rex, remove iaxrecord check since its now ruby
Diffstat:
M bin/verify_install.rb | 6 ------
1 file changed, 0 insertions(+), 6 deletions(-)
---
(DIR) diff --git a/bin/verify_install.rb b/bin/verify_install.rb
@@ -76,12 +76,6 @@ end
puts "[*] The LAME binary appears to be available"
-if(not WarVOX::Config.tool_path('iaxrecord'))
- puts "[*] ERROR: The 'iaxrecord' binary could not be installed"
- exit
-end
-puts "[*] The IAXRECORD binary appears to be available"
-
if(not WarVOX::Config.tool_path('dtmf2num'))
puts "[*] ERROR: The 'dtmf2num' binary could not be installed"
exit