diff options
author | Marco Bonetti <sid77@slackware.it> | 2010-05-12 23:32:53 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:32:53 +0200 |
commit | 9d3128ccaf04b40859fac62c05a00e900d22535b (patch) | |
tree | abe99c904245be0efdf9fd8a56bf9137dee0f5c9 /network/warvox/README | |
parent | 0d3981844e5bef98c119c1319c8a8967adefb996 (diff) | |
download | slackbuilds-9d3128ccaf04b40859fac62c05a00e900d22535b.tar.gz |
network/warvox: Added to 12.2 repository
Diffstat (limited to 'network/warvox/README')
-rw-r--r-- | network/warvox/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/network/warvox/README b/network/warvox/README new file mode 100644 index 0000000000..afcfc6ae10 --- /dev/null +++ b/network/warvox/README @@ -0,0 +1,23 @@ +WarVOX is a suite of tools for exploring, classifying, and auditing telephone +systems. Unlike normal wardialing tools, WarVOX works with the actual audio from +each call and does not use a modem directly. This model allows WarVOX to find +and classify a wide range of interesting lines, including modems, faxes, voice +mail boxes, PBXs, loops, dial tones, IVRs, and forwarders. WarVOX provides the +unique ability to classify all telephone lines in a given range, not just those +connected to modems, allowing for a comprehensive audit of a telephone system. + +This requires iaxclient, lame, and rubygems. +Once dependencies are in place, open a terminal and, as root, run: + # gem install rake sqlite3-ruby mongrel +and everything should be ready to install WarVOX ;-) + +To run WarVOX at startup use something like this in your rc.local: + +# Start WarVOX +if [ -x /etc/rc.d/rc.warvox ]; then + /etc/rc.d/rc.warvox start +fi + +and something similar in your rc.local_shutdown to stop the service. +You can access the web interface at http://127.0.0.1:7777/ or at the port +specified inside /etc/rc.d/rc.warvox |