<?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>Hacking Articles &#187; ettercap</title>
	<atom:link href="http://hackingarticles.com/tag/ettercap/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackingarticles.com</link>
	<description>&#34;Know Hacking! But No Hacking!&#34;</description>
	<lastBuildDate>Thu, 19 Aug 2010 21:47:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Sniffing Tutorial</title>
		<link>http://hackingarticles.com/sniffing-tutorial/</link>
		<comments>http://hackingarticles.com/sniffing-tutorial/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 08:27:46 +0000</pubDate>
		<dc:creator>Bhanu Chawla</dc:creator>
				<category><![CDATA[Backtrack]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[ettercap]]></category>
		<category><![CDATA[packet analyzing]]></category>
		<category><![CDATA[sniffing]]></category>

		<guid isPermaLink="false">http://hackingarticles.com/?p=212</guid>
		<description><![CDATA[Hi, Today I am posting a tutorial on Sniffing which can be done using &#8220;BACKTRACK&#8221; . You can download Backtrack from here. I prefer using Backtrack 3.0 Final version. Well lets start with sniffing. If you don&#8217;t know what sniffing is, then click here. Tools you need are: Ettercap nano 1. For SSL Dissection support [...]<p><a href="http://hackingarticles.com/sniffing-tutorial/">Sniffing Tutorial</a> is a post from: <a href="http://hackingarticles.com">Learn How To Hack</a>
If you enjoyed this post, make sure you <a href="http://feeds2.feedburner.com/HackingArticles">Subscribe to my RSS feed!</a></p>



<b>Related posts:<ol></b><li><a href='http://hackingarticles.com/tutorial-on-ardamax-30-keyloggers/' rel='bookmark' title='Permanent Link: Tutorial On Ardamax 3.0 Keyloggers'>Tutorial On Ardamax 3.0 Keyloggers</a></li>
<li><a href='http://hackingarticles.com/crack-wifi-simple-wep-crack/' rel='bookmark' title='Permanent Link: CRACK WIFI &#8211; Simple WEP Crack'>CRACK WIFI &#8211; Simple WEP Crack</a></li>
<li><a href='http://hackingarticles.com/how-to-send-fake-email-email-forging/' rel='bookmark' title='Permanent Link: How to send fake email / Email Forging'>How to send fake email / Email Forging</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://hackingarticles.com/wp-content/uploads/3744959095_82778f4802.jpg"><img class="aligncenter size-medium wp-image-826" title="Ettercap Sniffing Tutorial" src="http://hackingarticles.com/wp-content/uploads/3744959095_82778f4802-300x230.jpg" alt="Ettercap Sniffing Tutorial" width="300" height="230" /></a><br />
Hi, Today I am posting a tutorial on Sniffing which can be done using &#8220;BACKTRACK&#8221; . You can download Backtrack from <a target="_blank" href="http://www.remote-exploit.org/backtrack_download.html" target="_blank"><strong>here.</strong></a></p>
<p>I prefer using Backtrack 3.0 Final version.</p>
<p>Well lets start with sniffing. If you don&#8217;t know what sniffing is, then click <a target="_blank" href="http://en.wikipedia.org/wiki/Packet_analyzer" target="_blank">here</a>.</p>
<p>Tools you need are:</p>
<p>Ettercap<br />
nano<span id="more-212"></span></p>
<p>1. For SSL Dissection support (hotmail,gmail), you need to do this:<br />
Open a shell, type: &#8220;nano /usr/local/etc/etter.conf&#8221;, use the down arrow until you reach &#8220;redir_command_on/off&#8221;, look at the linux part, your gonna need to uncomment:</p>
<div style="margin: 5px 20px 20px;">
<div style="margin-bottom: 2px;">Code:</div>
<pre style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 600px; height: 80px; text-align: left;" dir="ltr"># if you use iptables:
#redir_command_on = "iptables -t nat -A PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport"
#redir_command_off = "iptables -t nat -D PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport"</pre>
</div>
<p>to:</p>
<div style="margin: 5px 20px 20px;">
<div style="margin-bottom: 2px;">Code:</div>
<pre style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 600px; height: 80px; text-align: left;" dir="ltr"># if you use iptables:
redir_command_on = "iptables -t nat -A PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport"
redir_command_off = "iptables -t nat -D PREROUTING -i %iface -p tcp --dport %port -j REDIRECT --to-port %rport"</pre>
</div>
<p>after your done, press F2, Y, Return.</p>
<p>Now boot Ettercap: Menu &#8211;&gt; Backtrack &#8211;&gt; Spoofing &#8211;&gt; Ettercap<br />
Go to: Sniff &#8211;&gt; Unified Sniffing &#8211;&gt;ethX(what interface you want to sniff).<br />
Then Press: Ctrl+S to scan hosts.<br />
Then Go to: Mitm &#8211;&gt; ARP poisoning, select sniff remote connections, and press ok.<br />
Then Go to: Start &#8211;&gt; Start Sniffing.</p>
<p>For an Example, Walk to another pc, go to your internet email account (Hotmail, Gmail), and log in, you will be asked to trust the certificate, Trust it, and watch your sniffing computer, the username and password should appear.</p>
<p>When your done, go to Start &#8211;&gt; Stop Sniffing, And go to Mitm &#8211;&gt; Stop mitm attack(s)</p>
<p><a href="http://hackingarticles.com/sniffing-tutorial/">Sniffing Tutorial</a> is a post from: <a href="http://hackingarticles.com">Learn How To Hack</a>
If you enjoyed this post, make sure you <a target="_blank" href="http://feeds2.feedburner.com/HackingArticles">Subscribe to my RSS feed!</a></p>


<p><b>Related posts:<ol></b><li><a href='http://hackingarticles.com/tutorial-on-ardamax-30-keyloggers/' rel='bookmark' title='Permanent Link: Tutorial On Ardamax 3.0 Keyloggers'>Tutorial On Ardamax 3.0 Keyloggers</a></li>
<li><a href='http://hackingarticles.com/crack-wifi-simple-wep-crack/' rel='bookmark' title='Permanent Link: CRACK WIFI &#8211; Simple WEP Crack'>CRACK WIFI &#8211; Simple WEP Crack</a></li>
<li><a href='http://hackingarticles.com/how-to-send-fake-email-email-forging/' rel='bookmark' title='Permanent Link: How to send fake email / Email Forging'>How to send fake email / Email Forging</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://hackingarticles.com/sniffing-tutorial/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
