|
|||||||
| Tutorials & Guides Contributions welcome! Please check the rules & guidelines for posting |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
This is a small howto on installing voiphopper version 0.9.7
"VoIP Hopper is the answer to all voip solution providers who make people believe that VLANS is all you need to secure VoIP" - Sachin Joglekar, Sipera VIPER Lab "VoIP Hopper is a GPLv3 licensed security tool, written in C, that rapidly runs a VLAN Hop into the Voice VLAN on specific Ethernet switches. VoIP Hopper does this by mimicking the behavior of an IP Phone, in both Cisco and Avaya IP Phone environments." (SOURCE = Voiphopper readme.txt ) This tool was released at shmoocon this past weekend. voiphopper Download and save( I saved mine to "/root") Then use: Code:
bt ~# tar xvfz voiphopper-0.9.7.tar.gz Code:
bt ~ # tar xvfz voiphopper-0.9.7.tar.gz voiphopper-0.9.7/ voiphopper-0.9.7/Makefile voiphopper-0.9.7/arp.c voiphopper-0.9.7/buildmsg.c voiphopper-0.9.7/cache.c voiphopper-0.9.7/client.c voiphopper-0.9.7/dhcpconfig.c voiphopper-0.9.7/mac.c voiphopper-0.9.7/netinfo.c voiphopper-0.9.7/peekfd.c voiphopper-0.9.7/signals.c voiphopper-0.9.7/udpipgen.c voiphopper-0.9.7/voiphopper.c voiphopper-0.9.7/buildmsg.h voiphopper-0.9.7/client.h voiphopper-0.9.7/dhcpcd.h voiphopper-0.9.7/kversion.h voiphopper-0.9.7/mac.h voiphopper-0.9.7/maclist.h voiphopper-0.9.7/netinfo.h voiphopper-0.9.7/pathnames.h voiphopper-0.9.7/signals.h voiphopper-0.9.7/udpipgen.h voiphopper-0.9.7/LICENSE voiphopper-0.9.7/README Code:
bt ~# cd/root/voiphopper-0.9.7 # Code:
bt ~# cd/root/voiphopper-0.9.7 # make Code:
INSTALLATION bt voiphopper-0.9.7 # make gcc -c voiphopper.c gcc -c dhcpconfig.c gcc -c buildmsg.c gcc -c cache.c gcc -c udpipgen.c gcc -c peekfd.c gcc -c client.c gcc -c arp.c gcc -c signals.c gcc -c mac.c gcc -c netinfo.c gcc voiphopper.o dhcpconfig.o buildmsg.o cache.o udpipgen.o peekfd.o client.o arp.o signals.o mac.o netinfo.o -lpcap -o voiphopper bt voiphopper-0.9.7 # 1. To sniff for CDP and run a VLAN Hop into the Voice VLAN, simply run VoIP Hopper on the Ethernet interface, in the following way: Code:
voiphopper -i eth1 Code:
voiphopper -i eth1 -v 200 Code:
voiphopper -i eth1 -a Code:
voiphopper -i eth1 -m AA:AA:AA:AA:AA:AA Code:
voiphopper -i eth1 -a -m AA:AA:AA:AA:AA:AA Code:
voiphopper -i eth1 -v 200 -m AA:AA:AA:AA:AA:AA Code:
voiphopper -i eth1 -v 200 -m AA:AA:AA:AA:AA:AA -D Well I hope that helps you get started ![]() Have fun and play nice ![]() This tutorial is not all of my own work credits to: AUTHOR Jason Ostrom And the other Developers.
__________________
Please visit the new forums for any and all help with Back Track 4 Final. BackTrack-Linux is the new home. Last edited by archangel.amael; 03-22-2008 at 07:15 AM. |
|
||||
|
Was just in contact with Jason Ostrom Developer of voiphopper and there is a newer version available voiphopper 0.9.9
I upgraded to this version shortly after it came out. However I did not update this tutorial. Again the update is located here: voiphopper "Did you know there is a newer version, 0.9.9, with some new features and the functionality for CDP changed a little bit?" - Jason Ostrom The install process is pretty much the same as the older version. Some infos pulled from the new readme Quote:
Quote:
Happy Hopping !
__________________
Please visit the new forums for any and all help with Back Track 4 Final. BackTrack-Linux is the new home. |
|
||||
|
Yes!!!! I'm currently reading through How to Cheat at VoIP Security. Its a little dated, i'm trying to get the baseline by reading the book then i'm going to hit RE & old shmoocon/BH/Dcon writeups and videos to stay a little more current. I'm making a lzm for voiphopper right now (at least im trying) ill put up the rapidshare link or something as soon as I get it all together. I'd like to put together a new VOIP lzm as the current sweet is showing its age (or its showing my ignorance on the subject so let me retract that without a little more digging into the bt3 files).
__________________
"Heavy is good, heavy is reliable. If it doesn't work... you can always hit them with it." -Boris the Blade |
|
||||
|
Ok, so just compiled voiphopper, its a one program tool (duh) so i'll skip the lzm. I'll probably just bundle it in to my regular base install lzms but i might just try to put together an lzm of just voip tools.
__________________
"Heavy is good, heavy is reliable. If it doesn't work... you can always hit them with it." -Boris the Blade |
|
||||
|
Quote:
as for more info try this one for right now, I have found lots of good info there: http://www.voip-info.org/wiki/ I am going to try and work on a thread for others to share VOIP Info on here.
__________________
Please visit the new forums for any and all help with Back Track 4 Final. BackTrack-Linux is the new home. |
|
||||
|
Very nice tutorial archangel.amael
![]() I just added this to my personal archive, very informative. After reading this tutorial I think I might actually start researching VoIP security a bit more. Seems there is a lot of fun involved, you've caught my attention any how. VoIP is really good, insecure but good. I told a few friends of mine about making free phone calls with VoIP and how to reuse the free trail VoIP applications, its made them very happy. Have not had the same interest in VoIP and VLANs since then, looks like it's time for me to start getting involved with it again ![]() Cheers man! |
|
||||
|
Quote:
Quote:
Also some more infos are in the works and I did a small guide on sipvicious as well.
__________________
Please visit the new forums for any and all help with Back Track 4 Final. BackTrack-Linux is the new home. |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|