<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>putting fire on information technology</title>
	<atom:link href="http://burningit.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://burningit.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 13 May 2009 01:11:54 +0000</lastBuildDate>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='burningit.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>putting fire on information technology</title>
		<link>http://burningit.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://burningit.wordpress.com/osd.xml" title="putting fire on information technology" />
	<atom:link rel='hub' href='http://burningit.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Hacking a LAN &#8211; Phishing, DOS, IPv4, Wireshark, Hexedit, backtrack4 Part1</title>
		<link>http://burningit.wordpress.com/2009/05/12/hacking-a-lan-phishing-dos-ipv4-wireshark-hexedit-backtrack4-part1/</link>
		<comments>http://burningit.wordpress.com/2009/05/12/hacking-a-lan-phishing-dos-ipv4-wireshark-hexedit-backtrack4-part1/#comments</comments>
		<pubDate>Tue, 12 May 2009 20:40:53 +0000</pubDate>
		<dc:creator>grevenmtg1</dc:creator>
				<category><![CDATA[Pentest]]></category>

		<guid isPermaLink="false">http://burningit.wordpress.com/?p=3</guid>
		<description><![CDATA[DO NOT DO THIS IN THE OTHER PEOPLE NETWORKS ! I HAVE MY LAB TO DO THE TESTS HERE ! THINK ABOUT WHAT YOU WILL DO WITH THIS INFORMATION. YOU CAN BE ARRESTED ! In this tutorial you&#8217;ll learn how to capture the LAN packets and use tools. You&#8217;ll see the important function of a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=burningit.wordpress.com&amp;blog=7548320&amp;post=3&amp;subd=burningit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>DO NOT DO THIS IN THE OTHER PEOPLE NETWORKS !<br />
I HAVE MY LAB TO DO THE TESTS HERE !<br />
THINK ABOUT WHAT YOU WILL DO WITH THIS INFORMATION.<br />
YOU CAN BE ARRESTED !</p>
<p>In this tutorial you&#8217;ll learn how to capture the LAN packets and use tools.<br />
You&#8217;ll see the important function of a firewall in a security system.<br />
No more words, let&#8217;s start:</p>
<p>Topology:  One Linux (backtrack4) and one Windows XP.</p>
<p>You&#8217;ll need: backtrack4 cd rom or pendrive, a windows machine, a network conection. Internet conection is a plus.</p>
<p>boot up the backtrack4 machine, use user:root password:toor. Type startx to up the X server, when KDE is loaded open a terminal.Follow the images:</p>
<p>1. # ifconfig eth0 up -&gt; setting up your network interface<br />
# dhclient3 eth0 -&gt; taking a IP address using the DHCP Network Server ( in my LAN i have a DHCP Server if you dont have a DHCP server you can just take an IP to your interface using &#8220;ifconfig eth0 192.168.1.102&#8243; for example )</p>
<p><img class="aligncenter size-full wp-image-29" title="snapshot1" src="http://burningit.files.wordpress.com/2009/05/snapshot14.jpg?w=453&#038;h=239" alt="snapshot1" width="453" height="239" /></p>
<p>2. Open the wireshark network tool</p>
<p><img class="aligncenter size-full wp-image-30" title="snapshot2" src="http://burningit.files.wordpress.com/2009/05/snapshot23.jpg?w=199&#038;h=33" alt="snapshot2" width="199" height="33" /></p>
<p>3.Select dont show again and click OK</p>
<p><img class="aligncenter size-full wp-image-31" title="snapshot3" src="http://burningit.files.wordpress.com/2009/05/snapshot33.jpg?w=303&#038;h=147" alt="snapshot3" width="303" height="147" />4. Click in the show tthe capture options button:</p>
<p><img class="aligncenter size-full wp-image-32" title="snapshot4" src="http://burningit.files.wordpress.com/2009/05/snapshot41.jpg?w=460&#038;h=36" alt="snapshot4" width="460" height="36" />5. Enable Display Options and Disable Name Resolution, click Start:</p>
<p><img class="aligncenter size-full wp-image-33" title="snapshot5" src="http://burningit.files.wordpress.com/2009/05/snapshot51.jpg?w=459&#038;h=398" alt="snapshot5" width="459" height="398" />6. in the console, do a ping in your gateway:</p>
<p><img class="aligncenter size-full wp-image-34" title="snapshot6" src="http://burningit.files.wordpress.com/2009/05/snapshot61.jpg?w=442&#038;h=131" alt="snapshot6" width="442" height="131" /></p>
<p>PS: after 2 packets type ctrl+c to cancel the ping loop</p>
<p>7. wireshark: select the SECOND ARP PACKET, click in the mouse position ( see the image ) to go to step 8.</p>
<p><img class="aligncenter size-full wp-image-37" title="snapshot7" src="http://burningit.files.wordpress.com/2009/05/snapshot72.jpg?w=370&#038;h=131" alt="snapshot7" width="370" height="131" />The next step I&#8217;ll show in the Part2.</p>
<p>You&#8217;ll able to edit the IPv4 Packet and manipulate the information in the hard way!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/burningit.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/burningit.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/burningit.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/burningit.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/burningit.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/burningit.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/burningit.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/burningit.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/burningit.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/burningit.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/burningit.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/burningit.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/burningit.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/burningit.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=burningit.wordpress.com&amp;blog=7548320&amp;post=3&amp;subd=burningit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://burningit.wordpress.com/2009/05/12/hacking-a-lan-phishing-dos-ipv4-wireshark-hexedit-backtrack4-part1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c954b0103274688828232f3db65af45?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">grevenmtg1</media:title>
		</media:content>

		<media:content url="http://burningit.files.wordpress.com/2009/05/snapshot14.jpg" medium="image">
			<media:title type="html">snapshot1</media:title>
		</media:content>

		<media:content url="http://burningit.files.wordpress.com/2009/05/snapshot23.jpg" medium="image">
			<media:title type="html">snapshot2</media:title>
		</media:content>

		<media:content url="http://burningit.files.wordpress.com/2009/05/snapshot33.jpg" medium="image">
			<media:title type="html">snapshot3</media:title>
		</media:content>

		<media:content url="http://burningit.files.wordpress.com/2009/05/snapshot41.jpg" medium="image">
			<media:title type="html">snapshot4</media:title>
		</media:content>

		<media:content url="http://burningit.files.wordpress.com/2009/05/snapshot51.jpg" medium="image">
			<media:title type="html">snapshot5</media:title>
		</media:content>

		<media:content url="http://burningit.files.wordpress.com/2009/05/snapshot61.jpg" medium="image">
			<media:title type="html">snapshot6</media:title>
		</media:content>

		<media:content url="http://burningit.files.wordpress.com/2009/05/snapshot72.jpg" medium="image">
			<media:title type="html">snapshot7</media:title>
		</media:content>
	</item>
	</channel>
</rss>
