<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ItsyourIP.com &#187; voip</title>
	<atom:link href="http://www.itsyourip.com/category/voip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itsyourip.com</link>
	<description>Your gateway to Internet</description>
	<lastBuildDate>Sat, 24 Jan 2009 16:48:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<image>
<link>http://www.itsyourip.com</link>
<url>http://www.itsyourip.com/wp-content/mbp-favicon/Internet-Alt.ico</url>
<title>ItsyourIP.com</title>
</image>
		<item>
		<title>VoIP Hopper &#8211; Opensource Security tool to test VoIP</title>
		<link>http://www.itsyourip.com/Security/voip-hopper-opensource-security-tool-to-test-voip/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=voip-hopper-opensource-security-tool-to-test-voip</link>
		<comments>http://www.itsyourip.com/Security/voip-hopper-opensource-security-tool-to-test-voip/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 21:09:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[voip]]></category>
		<category><![CDATA[Avaya]]></category>
		<category><![CDATA[CDP]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[VLAN-Hopping]]></category>
		<category><![CDATA[VoIP-Hopping]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/Security/voip-hopper-opensource-security-tool-to-test-voip/</guid>
		<description><![CDATA[VoIP Hopper is a Unix/Linux based free opensource security tool that rapidly runs a VLAN Hop into the Voice VLAN on specific Ethernet switches. VoIP Hopper mimicks the behavior of an IP Phone, in both Cisco and Avaya IP Phone environments to hope into the Voice VLAN.&#160; VoIP Hopper is both a VLAN Hop test [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>VoIP Hopper is a Unix/Linux based free opensource security tool that rapidly runs a VLAN Hop into the Voice VLAN on specific Ethernet switches. VoIP Hopper mimicks the behavior of an IP Phone, in both Cisco and Avaya IP Phone environments to hope into the Voice VLAN.&nbsp; VoIP Hopper is both a VLAN Hop test tool and a tool to test VoIP infrastructure security.&nbsp;</p>
<p><span id="more-187"></span></p>
<p>In Cisco IP Phone networks, it first dissects either IEEE 802.3 or Ethernet II for Cisco Discovery Protocol (CDP) packets. If CDP is enabled on the switch port and the Voice VLAN feature is enabled, it will determine the Voice VLAN ID (VVID). This will allow the tool to create a new Ethernet interface on the PC that tags the 802.1q VLAN header in the Ethernet packet. After VoIP Hopper has created the new Ethernet device, it will send a DHCP client request. It can also generate CDP messages just as an IP Phone based on CDP would do.&nbsp; It will send two CDP packets, requesting the Voice VLAN ID.&nbsp; After creating the new interface, it will then iterate between sleeping for 60 seconds, and sending a CDP packet.</p>
<p>In Avaya IP Phone environments, it sends an Option 55 parameter request list, requesting Option 176.&nbsp; When the DHCP server sends Option 176, it decodes the L2QVLAN reply field for the Voice VLAN ID.&nbsp; It then creates a new voice interface and sends a DHCP request.</p>
<p>VOIP Hopper can be downloaded from <a href="http://downloads.sourceforge.net/voiphopper/voiphopper-0.9.9.tar.gz?modtime=1203371558&amp;big_mirror=0" target="_blank" title="Voip Hopper Download">here</a></p>
<p>VOIP Hopper requires</p>
<p><strong><em>libpcap &#8211; For Sniffing</em></strong></p>
<p><strong><em>GNU C Compiler &amp; Make utility to install</em></strong></p>
<p>To install</p>
<p><strong><u>Unzip &amp; Untar VOIP Hopper</u></strong></p>
<blockquote><p><strong>debian# tar -zxvf voiphopper-0.9.9.tar.gz</strong></p>
</blockquote>
<p><strong><u>Change Directory and Install</u></strong></p>
<blockquote><p><strong>debian# cd voiphopper-0.9.9</strong></p>
<p><strong>debian:~/voiphopper-0.9.9# make</strong></p>
</blockquote>
<p>This installs VoIP Hopper on your Linux distribution.</p>
<p>Now, some of the usage examples are</p>
<p><strong><u>Sniff CDP &amp; VoIP Hop</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -c 0</strong></p>
</blockquote>
<p>where &quot;eth1&quot; is the interface</p>
<p>-c = 0 &#8211; Defines sniffing</p>
<p><strong><u>Spoof CDP &amp; VoIP Hop in Cisco SIP environment</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -c 1 -E &#39;SIP00070EEA5086&#39; -P &#39;Port 1&#39; -C Host -L &#39;Cisco IP Phone 7940&#39; -S &#39;P003-08-8-00&#39; -U 1</strong></p>
</blockquote>
<p><strong><u>Spoof CDP &amp; VoIP HOP in Cisco SCCP environment</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -c 1 -E &#39;SEP0070EEA5086&#39; -P &#39;Port 1&#39; -C Host -L &#39;Cisco IP Phone 7940&#39; -S &#39;P00308000700&#39; -U 1</strong></p>
</blockquote>
<p><strong><u>VLAN Hop without CDP Sniffing (if VLAN ID is known)</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -v 200</strong></p>
</blockquote>
<p><strong><u>Discover Voice VLAN in Avaya IP Phone environment</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -a</strong></p>
</blockquote>
<p><strong><u>Spoof MAC Address of an IP Phone by sniffing for CDP</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -c 0 -m AA:AA:AA:AA:AA:AA</strong></p>
</blockquote>
<p><strong><u>Spoof MAC Address of an IP Phone using Avaya DHCP request</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -a -m AA:AA:AA:AA:AA:AA</strong><br /> &nbsp;<br /> <strong><u>Spoof MAC Address of an IP Phone by VLAN Hopping without CDP or DHCP</u></strong></p>
</blockquote>
<blockquote><p><strong>debian# voiphopper -i eth1 -v 200 -m AA:AA:AA:AA:AA:AA</strong></p>
</blockquote>
<p><strong><u>Spoof MAC Address of IP Phone without changing the MAC Address of default ethernet interface</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -v 200 -m AA:AA:AA:AA:AA:AA -D</strong></p>
</blockquote>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2FSecurity%2Fvoip-hopper-opensource-security-tool-to-test-voip%2F';
  addthis_title  = 'VoIP+Hopper+%26%238211%3B+Opensource+Security+tool+to+test+VoIP';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/Security/voip-hopper-opensource-security-tool-to-test-voip/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
