<?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>openduck &#187; code</title>
	<atom:link href="http://openduck.com/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://openduck.com</link>
	<description>Peter Hannay&#039;s Personal Website</description>
	<lastBuildDate>Wed, 30 Nov 2011 02:44:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Spoofing onto a peer</title>
		<link>http://openduck.com/2007/12/03/spoofing-onto-a-peer/</link>
		<comments>http://openduck.com/2007/12/03/spoofing-onto-a-peer/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 00:59:20 +0000</pubDate>
		<dc:creator>Peter Hannay</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://openduck.com/2007/12/03/spoofing-onto-a-peer/</guid>
		<description><![CDATA[The original arpspoof utility (part of dsniff) provides an easy way to send forged ARP packets. The normal use for this utility is to intercept traffic between two hosts, such as a user and the gateway. As part of an &#8230; <a href="http://openduck.com/2007/12/03/spoofing-onto-a-peer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The original arpspoof utility (part of dsniff) provides an easy way to send forged ARP packets. The normal use for this utility is to intercept traffic between two hosts, such as a user and the gateway.</p>
<p>As part of an upcoming project I needed a way to redirect traffic from one host to another host under my control. The arpspoof utility however only allows the user to directly intercept the traffic in question. In order to address this issue I modified the arpsniff utility to enable new functionality which I call &#8216;spoofing onto a peer&#8217;.</p>
<p>In order to use this new functionality the commad line switch -s is used in conjunction with the other command line parameters. For example the command line below would intercept the traffic from host 192.168.1.1 and redirect it to the mac address 12:34:56:78:9a:bc.</p>
<p><em>arpspoof -s 12:34:56:78:9a:bc 192.168.1.1</em></p>
<p><strong>Files:</strong> <a href="http://data.openduck.com/wp-posts/2007/12/03/spoofing-onto-a-peer/arpspoof.c" title="modified arpspoof source">arpspoof.c</a></p>
]]></content:encoded>
			<wfw:commentRss>http://openduck.com/2007/12/03/spoofing-onto-a-peer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

