Image
 
linkedin_logo.png rss_logo.jpg
twitter_logo.png youtube_logo.jpg
Latest Additions
 
EH-Net Login
Welcome Guest.






Lost Password?
No account yet? Register
Who's Online
We have 33 guests online
 
Free Business and Tech Magazines and eBooks

You are here: Home
EH-Net
May 26, 2013, 04:16:22 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Go back to The Ethical Hacker Network Online Magazine Home Page
 
  Home Help Calendar Login Register  
  Show Posts
Pages: [1]
1  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: WARVOX WARDIALER HELP on: December 21, 2012, 09:11:03 AM
Thanks Biiv and all for support..i'm now running warvox with Vitelity without any hussles..Thanks once again
2  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: WARVOX WARDIALER HELP on: November 23, 2012, 09:46:58 AM
Thank all for your help i finally got it running on Ubuntu 10.04  had a few issue with ruby gems but solved

cd /usr/local/src

tar zxvf warvox-1.0.1.tar.gz


sudo apt-get install build-essential libiaxclient-dev sox lame ruby ruby-dev rake rubygems libopenssl-ruby libreadline-ruby libsqlite3-ruby gnuplot

sudo gem install mongrel

cd warvox-1.0.1/ && make


What providers do you suggest...
3  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: WARVOX WARDIALER HELP on: November 06, 2012, 08:08:43 AM
I meant i cannot access the web interface note as the instructions say i should start warvox web interface with "bin/warvox.rb" Once the web interface is started, it can be accessed from your browser at the URL http://127.0.0.1:7777/. Enter the username and password from the previous step to login. but when i type "bin/warvox.rb" in the same terminal i get this


yurigaitho@yurigaitho-HP-Compaq-dc7100-SFF-PC923A /usr/local/src/warvox-1.0.1 $ bin/warvox.rb

=> Booting Mongrel (use 'script/server webrick' to force WEBrick)
=> Rails 2.2.2 application starting on http://127.0.0.1:7777
=> Call with -d to detach
=> Ctrl-C to shutdown server
Exiting
/usr/local/src/warvox-1.0.1/web/vendor/rails/activesupport/lib/active_support/dependencies.rb:142:in `load_without_new_constant_marking': no such file to load -- mongrel_rails (MissingSourceFile)
from /usr/local/src/warvox-1.0.1/web/vendor/rails/activesupport/lib/active_support/dependencies.rb:142:in `load'
from /usr/local/src/warvox-1.0.1/web/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in'
from /usr/local/src/warvox-1.0.1/web/vendor/rails/activesupport/lib/active_support/dependencies.rb:142:in `load'
from /usr/local/src/warvox-1.0.1/web/vendor/rails/railties/lib/commands/servers/mongrel.rb:64
from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'
from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `require'
from /usr/local/src/warvox-1.0.1/web/vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in `require'
from /usr/local/src/warvox-1.0.1/web/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in'
from /usr/local/src/warvox-1.0.1/web/vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in `require'
from /usr/local/src/warvox-1.0.1/web/vendor/rails/railties/lib/commands/server.rb:49
from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'
from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `require'
from ./script/server:3
from bin/warvox.rb:72:in `load'
from bin/warvox.rb:72


With your instructions i'm getting error-



sudo apt-get install git build-essential sox lame ruby ruby-dev rake rubygems ruby-bundler libopenssl-ruby libreadline-ruby libsqlite3-ruby gnuplot postgresql-8.4 postgresql-contrib-8.4 libpq-dev
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.

when i run the command 'sudo dpkg --configure -a'terminal changes outlook and cannot be accessed    ...it contains the message


"Package configuration                                                           
                                                                               
 ┌─────────────────────┤ Configuring postgresql-common ├─────────────────────┐ 
 │                                                                           │ 
 │ Obsolete major version 8.4                                                   
 │                                                                             
 │ The PostgreSQL version 8.4 is obsolete, but the server or client             
 │ packages are still installed. Please install the latest packages             
 │ (postgresql-9.1 and postgresql-client-9.1) and upgrade the existing         
 │ clusters with pg_upgradecluster (see manpage).                               
 │                                                                             
 │ Please be aware that the installation of postgresql-9.1 will                 
 │ automatically create a default cluster 9.1/main. If you want to upgrade     
 │ the 8.4/main cluster, you need to remove the already existing 9.1           
 │ cluster (pg_dropcluster --stop 9.1 main, see manpage for details).           
 │                                                                             
 │ The old server and client packages are no longer supported. After the       
 │ existing clusters are upgraded, the postgresql-8.4 and                       
 │                                                                             
 │                                  <Ok>                                       
 │                                                                           │ 
 └───────────────────────────────────────────────────────────────────────────┘"

i'm surprised how installing warvox can be mind boggling..i'm hoping someone to help me out
Thanks in advance
4  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: WARVOX WARDIALER HELP on: November 06, 2012, 12:32:04 AM
Any one please help with step i should take to get warvox running on my mint 12 system i successfully got it installed but cannot proceed from the quoted final step

I'm using stable version warvox 1.0.1
what exactly should i do please understand i'm a noob with Unix systems

i got it with terminal commands

"cd /usr/local/src

tar -xvzf warvox-1.0.1.tar.gz
mv warvox-1.0.1 warvox2
cd warvox2

cp/usr/local/src/warvox/lib/kissfft.so ./lib/

apt-get install sqlite3-ruby

vi etc/warvox.conf

make

bin/warvox.rb --address 0.0.0.0 "


i'm getting results as-



#
# WarVOX Configuration
n/warvox.rb --address 0.0.0.0 #


#
# Configure the username and password for the WarVOX
# web interface. This password is sent in clear text
#
authentication:
  user: admin
  pass: warvox

#
# Configure the path to all saved data files
# This requires ~500M of space per 10k prefix
#
data_path: %BASE%/data/

#
# Configure filesystem paths to each required tool
#
tools:"

I have tried to type the default user and password "admin" and "warvox" but nothing happens..what i should i do next..

Thanks in advance




5  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / Re: WARVOX WARDIALER HELP on: November 03, 2012, 10:15:54 AM
I'm think i'm almost done installing warvox on my linuxmint 12 system after i got this confirmation message..

" *
* WarVOX Installation Verifier *
* *
******************************
****************************************
  • The KissFFT module appears to be available
  • The SOX binary appears to be available with RAW file support
  • The GNUPlot binary appears to be available
  • The LAME binary appears to be available
  • The IAXRECORD binary appears to be available
  • Congratulations! You are now ready to run WarVOX
  • Start WarVOX with bin/warvox.rb

however i'm still not able to access warvox because the start command "bin/warvox"
gives the below results




"
yurigaitho@yurigaitho-HP-Compaq-dc7100-SFF-PC923A /usr/local/src/warvox-1.0.1 $ bin/warvox.rb

=> Booting Mongrel (use 'script/server webrick' to force WEBrick)
=> Rails 2.2.2 application starting on http://127.0.0.1:7777
=> Call with -d to detach
=> Ctrl-C to shutdown server
Exiting
/usr/local/src/warvox-1.0.1/web/vendor/rails/activesupport/lib/active_support/dependencies.rb:142:in `load_without_new_constant_marking': no such file to load -- mongrel_rails (MissingSourceFile)
from /usr/local/src/warvox-1.0.1/web/vendor/rails/activesupport/lib/active_support/dependencies.rb:142:in `load'
from /usr/local/src/warvox-1.0.1/web/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in'
from /usr/local/src/warvox-1.0.1/web/vendor/rails/activesupport/lib/active_support/dependencies.rb:142:in `load'
from /usr/local/src/warvox-1.0.1/web/vendor/rails/railties/lib/commands/servers/mongrel.rb:64
from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'
from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `require'
from /usr/local/src/warvox-1.0.1/web/vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in `require'
from /usr/local/src/warvox-1.0.1/web/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in'
from /usr/local/src/warvox-1.0.1/web/vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in `require'
from /usr/local/src/warvox-1.0.1/web/vendor/rails/railties/lib/commands/server.rb:49
from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'
from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in `require'
from ./script/server:3
from bin/warvox.rb:72:in `load'
from bin/warvox.rb:72
yurigaitho@yurigaitho-HP-Compaq-dc7100-SFF-PC923A /usr/local/src/warvox-1.0.1 $


Official documentation for the final step are-
configure the WarVOX username, password, and data directory. To change these parameters, edit etc/warvox.conf. The default username is admin with a password of warvox. If you intend to dial large ranges and your system has more than one CPU or CPU core, change the analysis_threads value to twice the number of available processing units. Once WarVOX has been configured, execute the following command to start the web interface.

$ bin/warvox.rb

Once the web interface is started, it can be accessed from your browser at the URL http://127.0.0.1:7777/. Enter the username and password from the previous step to login.
google instruction are that i Change the username and password in /warvox-1.0.1/etc/warvox.conf and if all goes well i can launch it with

/bin/warvox.rb --address yourIPaddress --port 7777

but i really this is where i need help on the exact steps to take
thanks in advance
6  Ethical Hacking Discussions and Related Certifications / Network Pen Testing / WARVOX WARDIALER HELP on: October 09, 2012, 08:34:48 AM
Hello,
I'm not so much in experience with linux systems which means i'm unable to install "tar.gz"files successfully,I've tried goggling for help but i end up nowhere.
Kindly give me a detailed way forward i'm trying out Warvox-1.0.1 and my system is linuxmint 12,The other problem is i don't know much about Linux command prompts,I'd appreciate your help so much.
Thank you in advance
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.072 seconds with 22 queries.
 
Exclusive Deal

sansfire13_245x90_cw90.jpg
SANSFIRE 2013
June 15 - 22

5% Off w/ Code: EHN_5

SANS Deals 4 EH-Netters
5% OFF Any SANS Course in Any Format!
Coupon Code: EHN_5 Including SANS Rocky Mountain 2013 & SANS Boston 2013
Polls
Compared to this year, 2013 will be:
 
Recent Forum Topics
EH-Net News Feeds
Latest Additions
 
         
Advertisement

© 2013 The Ethical Hacker Network
Joomla! is Free Software released under the GNU/GPL License.