<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">

<channel>
<title>Hackszine: Wireless</title>
<link>http://www.hackszine.com/blog/archive/wireless/</link>
<description>O&apos;Reilly&apos;s Hacks Series reclaims the term &apos;hacking&apos; for the good guys--innovators who explore and experiment, unearth shortcuts, create useful tools, and come up with fun things to try on their own</description>
<language>en-us</language>
<copyright>Copyright 2008, O'Reilly Media, Inc.</copyright>
<lastBuildDate>Sat, 20 Sep 2008 19:48:47 -0800</lastBuildDate>
<pubDate>Thu, 02 Oct 2008 01:16:26 -0800</pubDate>
<generator>http://www.movabletype.org/?v=4.1</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<itunes:author>O'Reilly Media, Inc.</itunes:author>
<itunes:subtitle>Clever solutions to interesting problems.</itunes:subtitle>
<itunes:summary>Hackszine Podcast</itunes:summary>
<itunes:owner>
<itunes:email>webmaster@makezine.com</itunes:email>
</itunes:owner>
<category>Technology</category>
<itunes:category text="Technology">
</itunes:category>
<itunes:category text="Technology">
  <itunes:category text="Gadgets" />
</itunes:category>
<itunes:category text="Games &amp; Hobbies" >
</itunes:category>
<itunes:category text="Science">
</itunes:category>
<itunes:image href="http://makezine.com/images/hackszine/rss_icon.jpg" />
<itunes:explicit>no</itunes:explicit>


<item>
<title>WiFi robot</title>
<itunes:summary> Jon Bennett created a nifty wireless telepresence bot out of a thrift store RC car, a Linksys WRT54GL router running the Open-WRT Linux firmware, a network camera, and a microcontroller. He&apos;s built two variations: one controlled by a PIC...</itunes:summary>
<description>
<![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="wifirobot_20080920.jpg" src="http://www.hackszine.com/wifirobot_20080920.jpg" width="600" height="609" class="mt-image-none" style="" /></span></p>

<p>Jon Bennett created a nifty wireless telepresence bot out of a thrift store RC car, a Linksys  WRT54GL router running the Open-WRT Linux firmware, a network camera, and a microcontroller.  He's built two variations: one controlled by a PIC microprocessor, and the other controlled by an Arduino. You can use whichever processor you are more comfortable with, and make one of your own for very little cost using this guide.</p>

<blockquote>The goal of this article is to give a high-level overview of the project and provide some implementation details of the software and electronics. It is not meant to be a step-by-step how-to guide, but there should be enough information for someone with motivation and some background knowledge in electronics and software to be able to make their own Wifi Robot. All of the source code is being released under the terms of the GNU GPL v2, so by all means, use the code, and improve it!</blockquote>

<p>This is one of those basic projects that you can take in a number of directions. Jon's guide will get you through interfacing with your typical RC car electronics and controlling it remotely. From here, it's all software. Someone should take a stab at adding an image processing routine on the remote end to create an autonomous sidewalk cruiser.</p>

<p><a href="http://www.jbprojects.net/projects/wifirobot/">Wifi Robot</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/09/wifi_robot.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/09/wifi_robot.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/09/wifi_robot.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/09/wifi_robot.html?CMP=OTC-7G2N43923558</guid>
<category>Electronics</category>
<pubDate>Sat, 20 Sep 2008 19:48:47 -0800</pubDate>

</item>

<item>
<title>Free airport WiFi</title>
<itunes:summary>Most solutions for getting around the captive portals used in $7 airport wireless services involve sniffing the network and spoofing authenticated MAC addresses. I stumbled across an old post from 2006 by Felix Geisendörfer who discovered that some of these...</itunes:summary>
<description>
<![CDATA[<p>Most solutions for getting around the captive portals used in $7 airport wireless services involve sniffing the network and spoofing authenticated MAC addresses. I stumbled across an old post from 2006 by Felix Geisendörfer who discovered that some of these proxy systems are set up to allow pictures through before payment.  </p>

<p>Presumably this is to allow external custom imagery and analytics tracking bugs to be accessed during the sign-in process. The funny thing is that the proxy allows files through based on a string comparison on the requested URL, and it's easily fooled.</p>

<blockquote>Without any hope of success I typed http://www.google.com/.jpg into my browser's adress bar, and to my big surprise I saw the page you see when you follow the link right now. The next thing I typed in was: http://www.google.com/?.jpg but that didn't work. But I went on, and found that url's like http://www.google.com/search?.jpg worked like a charm. I found that I could easily visit sites like slashdot, google, or even this weblog, when adding a ?.jpg at the end of the url. The next logical step was to automate that. I downloaded greasemonkey.xpi?.jpg (*g*) and wrote a 4 line js script that would add ?.jpg to every link in a document. That way I was able to browse most sites without a hassle.</blockquote>

<p>I wonder how prolific this loophole is. Next time you're in an airport (or a hotel), give it a shot and let us know how it works for you.</p>

<p><a href="http://debuggable.com/posts/hacking-a-commercial-airport-wlan:480f4dd5-50a0-40c6-aa60-4afccbdd56cb">Hacking a commercial airport WLAN</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/08/free_airport_wifi.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/08/free_airport_wifi.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/08/free_airport_wifi.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/08/free_airport_wifi.html?CMP=OTC-7G2N43923558</guid>
<category>Wireless</category>
<pubDate>Sat, 16 Aug 2008 21:29:24 -0800</pubDate>

</item>

<item>
<title>Tether your iPhone 3G</title>
<itunes:summary>Your iPhone can connect you to the web from just about anywhere, but sometimes browsing on a tiny screen isn&apos;t enough. With jailbroken 3G and some free software, it&apos;s pretty easy to bring that internet-anywhere access to your laptop. Nate...</itunes:summary>
<description>
<![CDATA[<p>Your iPhone can connect you to the web from just about anywhere, but sometimes browsing on a tiny screen isn't enough. With jailbroken 3G and some free software, it's pretty easy to bring that internet-anywhere access to your laptop.</p>

<p>Nate True put together a howto that will guide you through the steps for configuring your iPhone 3G as a web proxy using the 3Proxy software. The laptop connects to the iPhone over an ad-hoc WiFi connection, the iPhone connects to the internet on its 3G connection, and 3Proxy sits in the middle, shuttling http requests and responses from your laptop to the world wide internets.</p>

<p>There are a number of steps involved if you include the whole jailbreaking process. If you get this out of the way, though, you'll be prepared to jack in in an emergency (or in a lame-o airport with pay wifi).</p>

<p><a href="http://cre.ations.net/blog/post/how-to-tether-your-iphone-3g-and-browse-the-web-using-your-3g-co">How to tether your iPhone 3G</a><br />
<a href="http://3proxy.ru/">3Proxy</a><br />
<a href="http://blog.iphone-dev.org/post/42931306/pwnagetool-2-0-1">PwnageTool 2.0.1 (for jailbreaking your iPhone 3G)</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/07/tether_your_iphone_3g.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/07/tether_your_iphone_3g.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/07/tether_your_iphone_3g.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/07/tether_your_iphone_3g.html?CMP=OTC-7G2N43923558</guid>
<category>iPhone</category>
<pubDate>Mon, 21 Jul 2008 22:12:48 -0800</pubDate>

</item>

<item>
<title>BATMAN: adhoc mesh routing</title>
<itunes:summary> BATMAN (Better Approach To Mobile Ad-hoc Networking) is a routing protocol designed for multi-hop ad-hoc mesh networks. When you run BATMAN on routers in an ad-hoc network, the nodes in the network constantly send out little broadcast packets that...</itunes:summary>
<description>
<![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="batman_20080326.jpg" src="http://www.hackszine.com/batman_20080326.jpg" width="500" height="108" class="mt-image-none" style="" /></span></p>

<p>BATMAN (Better Approach To Mobile Ad-hoc Networking) is a routing protocol designed for multi-hop ad-hoc mesh networks. When you run BATMAN on routers in an ad-hoc network, the nodes in the network constantly send out little broadcast packets that are picked up and re-broadcast by nearby machines. Rather than have each node develop a formal map of the network, they can figure out the most reliable routes to other machines in the network based on the speed and reliability of broadcast packets that they receive from other nodes. </p>

<p>You can imagine a scenario where router A might be a single hop away from the uplink router U, but the connection is somewhat unreliable or drops packets from time to time. If router B has a solid connection to U and also has a reliable connection to A, it might be a faster and more reliable to route A's packets through B, even though it's ultimately 2 hops to U. The way BATMAN works, router A would receive U's broadcast packets more frequently from B (due to the U&lt;-&gt;A packet loss), which would cause it to automatically send outbound data through the more reliable B connection.</p>

<p>It looks like this might be fun to experiment with a neighborhood network or even in a larger home with poor coverage. BATMAN is available in OpenWRT, so you could scatter a number of cheap routers throughout an area, give one of them a DSL uplink, and have solid wireless laptop connectivity wherever you want it.</p>

<p>If you really want to get crazy, you can run the routing protocol on your Linux laptops too, making them full mesh participants and expanding the coverage area wherever you go.</p>

<p><a href="https://www.open-mesh.net/batman">B.A.T.M.A.N.</a><br />
<a href="http://www.diniro.net/fabbblog/wireless-mesh-networks-manet.html">Using BATMAN with OpenWRT</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/03/batman_adhoc_mesh_routing.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/03/batman_adhoc_mesh_routing.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/03/batman_adhoc_mesh_routing.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/03/batman_adhoc_mesh_routing.html?CMP=OTC-7G2N43923558</guid>
<category>Wireless</category>
<pubDate>Wed, 26 Mar 2008 21:53:01 -0800</pubDate>

</item>

<item>
<title>Turn a Windows Mobile 6 device into a WiFi Router</title>
<itunes:summary>WMWifiRouter is a new utility that you can run on your WiFi-capable WM6 device to turn it into a GPRS-uplinked WiFi router. When activated, it will set up your WiFi link in ad-hoc mode and start a DHCP server. Your...</itunes:summary>
<description>
<![CDATA[<p>WMWifiRouter is a new utility that you can run on your WiFi-capable WM6 device to turn it into a GPRS-uplinked WiFi router. When activated, it will set up your WiFi link in ad-hoc mode and start a DHCP server. Your laptop will see a new network called WMWifiRouter, and connecting to it will funnel all of your network traffic through your phone and its GPRS connection.</p>

<p>It used to be that you had to use a separate laptop connected to your phone to do the routing and network address translation side of things. This hack will allow you connect 1 or more WiFi laptops anywhere where you can get a cell connection, and you can do it without additional hardware.  All you need is your phone.</p>

<p>Why isn't this available as part of the base WM6 operating system?</p>

<p>WMWifiRouter - <a href="http://www.jongma.org/WMWifiRouter/">Link</a><br />
WMWifiRouter forum discussion at xda-developers.com - <a href="http://forum.xda-developers.com/showthread.php?t=357152">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/01/turn_a_windows_mobile_6_device.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/01/turn_a_windows_mobile_6_device.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/01/turn_a_windows_mobile_6_device.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/01/turn_a_windows_mobile_6_device.html?CMP=OTC-7G2N43923558</guid>
<category>Mobile Phones</category>
<pubDate>Sun, 06 Jan 2008 19:55:07 -0800</pubDate>

</item>

<item>
<title>Add Bluetooth to your iPod</title>
<itunes:summary> fstedie came up with a nice hack for adding internal Bluetooth audio support to your iPod: 1st Ever Bluetooth-Enabled iPod! If you&apos;re like me, you&apos;ve often asked yourself why Apple has not added native Bluetooth capability to their iPod...</itunes:summary>
<description>
<![CDATA[<p><img alt="btipod_20080104.jpg" src="http://www.hackszine.com/btipod_20080104.jpg" width="500" height="499" /></p>

<p>fstedie came up with a nice hack for adding internal Bluetooth audio support to your iPod:</p>

<blockquote>1st Ever Bluetooth-Enabled iPod!

<p>If you're like me, you've often asked yourself why Apple has not added native Bluetooth capability to their iPod line up. Even the iPhone only supports mono Bluetooth!</p>

<p>Sure, there are numerous adapters that plug into the iPod's dock connector to give you wireless music, but they are clunky, they come off easily, can't use them with your case and you have to charge them separately!</p>

<p>So, here is my way to add "native" internal Bluetooth support to your 4G iPod. The same method may be used with other iPod versions, I leave that up to you.</blockquote></p>

<p>The hack essentially involves disassembling a small Bluetooth audio adapter and wiring it directly to the iPod mainboard. Audio input is tapped from the headphone jack and draws power directly from the iPod's battery, giving you a completely wireless and dongle-free audio device.</p>

<p>Check out the picture above, though, and you'll also notice fstedie has replaced the iPod hard disk with a CF card. He has an instructable for that, too. I mentioned Mark Hoekstra's hack to create an iPod-to-CF adapter last year, and it looks like these are now more readily available and can be ordered online. Pretty cool little iPod hacks, I must say.</p>

<p>Add Internal Bluetooth Capability To Your iPod - <a href="http://www.instructables.com/id/Add-INTERNAL-Bluetooth-Capability-To-Your-iPod/">Link</a><br />
Convert your 4th Gen iPod to use Flash Memory - <a href="http://www.instructables.com/id/Convert-your-4th-Gen-iPod-to-use-Flash-Memory/">Link</a><br />
iPod CF and SD Card Capability - <a href="http://www.hackszine.com/blog/archive/2007/05/adapting_to_your_ipod.html">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2008/01/add_bluetooth_to_your_ipod.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2008/01/add_bluetooth_to_your_ipod.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2008/01/add_bluetooth_to_your_ipod.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2008/01/add_bluetooth_to_your_ipod.html?CMP=OTC-7G2N43923558</guid>
<category>iPod</category>
<pubDate>Fri, 04 Jan 2008 20:18:03 -0800</pubDate>

</item>

<item>
<title>Eavesdropping on Bluetooth headsets</title>
<itunes:summary> Here&apos;s a short video in which Joshua Wright demonstrates how a Bluetooth headset can be hijacked, allowing audio to be captured or sent to the device: Few users realize that Bluetooth headsets can be exploited granting a remote attacker...</itunes:summary>
<description>
<![CDATA[<p><object width="500" height="400"><param name="movie" value="http://www.youtube.com/v/1c-jzYAH2gw&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/1c-jzYAH2gw&rel=0&color1=0xd6d6d6&color2=0xf0f0f0&border=0" type="application/x-shockwave-flash" wmode="transparent" width="500" height="400"></embed></object></p>

<p>Here's a short video in which Joshua Wright demonstrates how a Bluetooth headset can be hijacked, allowing audio to be captured or sent to the device:</p>

<blockquote>Few users realize that Bluetooth headsets can be exploited granting a remote attacker the ability to record and inject audio through the headset while the device is not in an active call. SANS Institute author and senior instructor Joshua Wright demonstrates.</blockquote>

<p>All that is necessary is knowing the device address, which can be easily sniffed, and the secret pin, which defaults to 0000. The headset audio is tapped while not in a call, so any room conversation the headset's mic can pick up can potentially be listened to remotely.</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/12/eavesdropping_on_bluetooth_hea.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/12/eavesdropping_on_bluetooth_hea.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/12/eavesdropping_on_bluetooth_hea.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/12/eavesdropping_on_bluetooth_hea.html?CMP=OTC-7G2N43923558</guid>
<category>Wireless</category>
<pubDate>Sun, 30 Dec 2007 14:06:07 -0800</pubDate>

</item>

<item>
<title>HOWTO - DIY radio modem</title>
<itunes:summary> Eric Seifert sent in some information on creating a home brew radio modem using a standard PC sound card, an iPod FM transmitter, and an FM radio. He has his current revision working at 9600 BAUD for distances in...</itunes:summary>
<description>
<![CDATA[<p><img alt="radiomodem_20071216.jpg" src="http://www.hackszine.com/radiomodem_20071216.jpg" width="500" height="376" /></p>

<p>Eric Seifert sent in some information on creating a home brew radio modem using a standard PC sound card, an iPod FM transmitter, and an FM radio.  He has his current revision working at 9600 BAUD for distances in the neighborhood of hundreds of feet.</p>

<p>The sending side outputs an amplitude encoded data stream to the sound card, which is connected to the FM transmitter.  On the receiving end, an FM radio receives the transmission, and outputs it to the receiving soundcard's line-in, where it is then decoded.  The hardware set up is extremely simple.  It's the software for reliably encoding and decoding the data (and handling error conditions) that's the tricky part.</p>

<p>Eric released some example encoding/decoding software on his site, so you can start with that and take a swing at improving its error handling ability.  You'll need a Linux box with the ALSA and SDL libraries to compile it.</p>

<p>Radio Modem - <a href="http://www.ecst.csuchico.edu/~eseifert/radio_modem.html">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/12/howto_diy_radio_modem.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/12/howto_diy_radio_modem.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/12/howto_diy_radio_modem.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/12/howto_diy_radio_modem.html?CMP=OTC-7G2N43923558</guid>
<category>Electronics</category>
<pubDate>Sun, 16 Dec 2007 21:22:06 -0800</pubDate>

</item>

<item>
<title>Internal bluetooth hack for the Asus Eee PC</title>
<itunes:summary> tnkgrl spent some time exploring the motherboard of her Eee PC. Looking for available USB ports, she was able to hijack the USB trace that goes to the mini PCIe slot used by the Atheros wireless card. Since the...</itunes:summary>
<description>
<![CDATA[<p><img alt="eeepcbluetooth_20071128.jpg" src="http://hackszine.com/eeepcbluetooth_20071128.jpg" width="500" height="375" /></p>

<p>tnkgrl spent some time exploring the motherboard of her Eee PC.  Looking for available USB ports, she was able to hijack the USB trace that goes to the mini PCIe slot used by the Atheros wireless card.  Since the Atheros doesn't use the USB signal, the card will still function without it.  This gives you a spare USB port, perfect for embedding a tiny USB Bluetooth module!</p>

<p>If you don't mind soldering a few traces, you can add a built-in bluetooth device to your Eee PC.  You'll still have the external ports available for other devices, and your wireless card will still function.  The only difference is that when you can't find a hotspot, you'll be able to get a cellphone uplink and jack in using your new bluetooth connection.</p>

<p>Modding the Asus 701 (Eee) - Bluetooth - <a href="http://tnkgrl.wordpress.com/2007/11/28/modding-the-asus-701-eee-bluetooth/">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/11/internal_bluetooth_hack_for_th.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/11/internal_bluetooth_hack_for_th.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/11/internal_bluetooth_hack_for_th.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/11/internal_bluetooth_hack_for_th.html?CMP=OTC-7G2N43923558</guid>
<category>Wireless</category>
<pubDate>Wed, 28 Nov 2007 21:05:11 -0800</pubDate>

</item>

<item>
<title>Wifi range extender: 5 bars for 50 cents</title>
<itunes:summary> With just a wire, a wood screw, and a drinking straw you can go MacGyver on your PC&apos;s WiFi and make yourself an omnidirectional &quot;range extender&quot; antenna, similar to what you&apos;d find in the store for $30. There isn&apos;t...</itunes:summary>
<description>
<![CDATA[<p><embed flashVars="altServerURL=http%3A%2F%2Fwww.metacafe.com&playerVars=blogName=(20%20chars%20max)|blogURL=http%3A%2F%2F"  src="http://www.metacafe.com/fplayer/837885/wifi_antenna_hack.swf" width="500" height="400" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"> </embed></p>

<p>With just a wire, a wood screw, and a drinking straw you can go MacGyver on your PC's WiFi and make yourself an omnidirectional "range extender" antenna, similar to what you'd find in the store for $30.  There isn't a lot of talk about the reasoning behind the antenna design... it's just a straight duplicate of what's in the commercial product.</p>

<p>WIFI Range Extender Antenna - <a href="http://www.metacafe.com/watch/837885/wifi_antenna_hack/">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/11/wifi_range_extender_5_bars_for.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/11/wifi_range_extender_5_bars_for.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/11/wifi_range_extender_5_bars_for.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/11/wifi_range_extender_5_bars_for.html?CMP=OTC-7G2N43923558</guid>
<category>Wireless</category>
<pubDate>Fri, 23 Nov 2007 21:57:30 -0800</pubDate>

</item>

<item>
<title>Verizon TOS updated; still behind the times</title>
<itunes:summary> (image generated with HAHA FUNNY PICTURES). James Kendrick has posted his take on Verizon&apos;s new terms of service (TOS). After recently settling claims about their unusual definition of the word &quot;unlimited&quot;, they are up to some annoying tricks: Verizon...</itunes:summary>
<description>
<![CDATA[<p><img alt="hahaevdo.jpg" src="http://hackszine.com/hahaevdo.jpg" width="500" height="359" /></p>

<p><i>(image generated with <a href="http://www.hetemeel.com/hahaform.php">HAHA FUNNY PICTURES</a>)</i>.</p>

<p>James Kendrick has posted his take on Verizon's new terms of service (TOS). After recently <a href="http://www.oag.state.ny.us/press/2007/oct/oct23a_07.html">settling claims</a> about their unusual definition of the word "unlimited", they are up to some annoying tricks:<br />
<blockquote> Verizon has posted their new TOS and sure enough they have cleared up what limits they may be placing on customer's usage and what they will do as a result.  This includes a very interesting clause about throttling users who exceed the 5 GB limit.<br />
...<br />
You should note under the acceptable usage listed in the TOS that "automatic data feeds" are not permitted meaning no automatic RSS feed checking.  Ouch.</blockquote><br />
Full details over at <a href="http://jkontherun.blogs.com/jkontherun/2007/11/verizon-updates.html">jkOnTheRun</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/11/verizon_tos_updated_still_behi.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/11/verizon_tos_updated_still_behi.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/11/verizon_tos_updated_still_behi.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/11/verizon_tos_updated_still_behi.html?CMP=OTC-7G2N43923558</guid>
<category>Wireless</category>
<pubDate>Fri, 02 Nov 2007 14:13:54 -0800</pubDate>

</item>

<item>
<title>Make a cheap Xbox 360 Wireless Adapter with DD-WRT</title>
<itunes:summary> DD-WRT, the awesome open source router firmware, has a feature that will turn your router into a wireless client instead of an access point. In this configuration, a cheap 802.11 access point can be transformed into a wireless adapter...</itunes:summary>
<description>
<![CDATA[<p><img alt="xbox360_20071005.jpg" src="http://hackszine.com/xbox360_20071005.jpg" width="500" height="215" /></p>

<p>DD-WRT, the awesome open source router firmware, has a feature that will turn your router into a wireless client instead of an access point.  In this configuration, a cheap 802.11 access point can be transformed into a wireless adapter that you can plug standard ethernet-bound devices into.</p>

<blockquote>This project will help you change a cheap wireless router into a wireless receiver for your Xbox 360. The total cost of this project can be as low as twenty or thirty dollars, compared to the one hundred dollars Microsoft wants for their little wireless dongle.</blockquote>

<p>If you have a PC or two without a wireless connection, this hack is also a nice way to extend your network throughout your house without needing to pull any cables.  I have a feeling that the hardware in most routers will pick up a stronger signal than built-in PC/laptop wireless adapters, so it may also be worth checking out if you get a spotty signal in your corner office.</p>

<p>DD-WRT Client Mode: Cheap Wireless For Your Xbox 360 - <a href="http://www.geeksaresexy.net/2007/10/02/how-to-cheap-wireless-for-your-xbox-360/">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/10/make_a_cheap_xbox_360_wireless.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/10/make_a_cheap_xbox_360_wireless.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/10/make_a_cheap_xbox_360_wireless.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/10/make_a_cheap_xbox_360_wireless.html?CMP=OTC-7G2N43923558</guid>
<category>Xbox</category>
<pubDate>Fri, 05 Oct 2007 20:33:49 -0800</pubDate>

</item>

<item>
<title>iPhone tether: enable EDGE wireless on your laptop</title>
<itunes:summary> Of all the applications you can upload to the iPhone thanks to the Jailbreak and iPhoneInterface hacks, a SOCKS proxy daemon is perhaps the most useful. It&apos;s also the best way to make full use of an unlimited data...</itunes:summary>
<description>
<![CDATA[<p><img alt="iphone_20070730.jpg" src="http://hackszine.com/iphone_20070730.jpg" width="500" height="375" /></p>

<p>Of all the applications you can upload to the iPhone thanks to the Jailbreak and iPhoneInterface hacks, a SOCKS proxy daemon is perhaps the most useful.  It's also the best way to make full use of an unlimited data plan.</p>

<p><br />
<blockquote>Recent developments have allowed iPhone hackers to compile background applications for the iPhone - among the most interesting so far is srelay, a SOCKS proxy server. </p>

<p>srelay running on your iPhone opens up a very exciting possibility - you can use your iPhone's EDGE connection with a laptop or other Wifi-enabled device. </blockquote></p>

<p>This is about as essential as it gets for laptop users who regularly travel outside the range of reliable WiFi.  When this is activated, you'll be able to browse the web on your laptop just about anywhere you can get a cell signal.  Your laptop will connect to the iPhone over an adhoc WiFi network, and the SOCKS proxy will happly funnel your web requests over the iPhone's EDGE data connection. </p>

<p>I should also mention that this sort of functionality is a typical feature for just about every other phone on the market -- I've been doing this with my GPRS Windows Mobile phone for years -- so it's nice to see the iPhone finally get with the program.</p>

<p>Tether your iPhone: EDGE internet on your laptop - <a href="http://cre.ations.net/blog/post/tether-your-iphone">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/07/iphone_tether_enable_edge_wire.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/07/iphone_tether_enable_edge_wire.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/07/iphone_tether_enable_edge_wire.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/07/iphone_tether_enable_edge_wire.html?CMP=OTC-7G2N43923558</guid>
<category>iPhone</category>
<pubDate>Mon, 30 Jul 2007 19:57:02 -0800</pubDate>

</item>

<item>
<title>Build a Universal Wireless Repeater appliance</title>
<itunes:summary> The beta-v24 version of the DD-WRT firmware has a new feature that allows it to function as a standalone range expander. This is similar to the functionality provided by a wireless distribution system (WDS) network configuration, but unlike traditional...</itunes:summary>
<description>
<![CDATA[<p><img alt="wrt54g_20070530.jpg" src="http://hackszine.com/wrt54g_20070530.jpg" width="500" height="375" /><br />
The beta-v24 version of the DD-WRT firmware has a new feature that allows it to function as a standalone range expander.  This is similar to the functionality provided by a wireless distribution system (WDS) network configuration, but unlike traditional WDS, the repeater router emulates a standard client connection to the parent router.  This eliminates the need to have two DD-WRT supported routers, running the same firmware, both set up specially for this purpose.</p>

<p>Simply put, you can configure a single repeater appliance and it will work in conjunction with the wireless router you normaly use at your home or office, regardless of the primary router's model or firmware.  There's even an "AutoAP" option, which will allow your repeater to automatically monitor and connect to the access point with the strongest signal.</p>

<p>Complete instructions for getting this set up are available at the DD-WRT forums - <a href="http://www.dd-wrt.com/wiki/index.php/Universal_Wireless_Repeater">Link.</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/05/build_a_universal_wireless_rep.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/05/build_a_universal_wireless_rep.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/05/build_a_universal_wireless_rep.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/05/build_a_universal_wireless_rep.html?CMP=OTC-7G2N43923558</guid>
<category>Wireless</category>
<pubDate>Thu, 31 May 2007 22:28:01 -0800</pubDate>

</item>

<item>
<title>Upside-Down-Ternet: Having Fun With Wireless Interlopers</title>
<itunes:summary> I&apos;m a big fan of open wireless access points. As long as my neighbors are respectful, I&apos;ve got more downstream bandwidth than I really need most of the time. That said, I can understand the frustration with having a...</itunes:summary>
<description>
<![CDATA[<p><img alt="upsidedownternet_20070329.jpg" src="http://hackszine.com/upsidedownternet_20070329.jpg" width="500" height="306" /><br />
I'm a big fan of open wireless access points.  As long as my neighbors are respectful, I've got more downstream bandwidth than I really need most of the time.  That said, I can understand the frustration with having a persistant freeloader, so I can really appreciate this hack which allows you to send a "knock it off" message, without having to close down your blessed open network.</p>

<p>The <a href="http://www.ex-parrot.com/~pete/upside-down-ternet.html">Upside-Down-Ternet</a> works like this:<br />
<ol><li>You set up a DHCP server to assign addresses from one IP netblock to known MAC addresses, and another "untrusted" netblock to unknown MACs.</li><li>The trusted netblock is routed normally, but the untrusted netblock gets all port 80 traffic forwarded to a transparent squid proxy using iptables.</li><li>The squid proxy filters all HTTP traffic, looking for URLs ending in jpg or gif. </li><li>If a jpg or gif is encountered, the image is flipped using morgrify and the untrusted user is sent the upside down image instead of the original.</li></ol></p>

<p>This could be easily modified to default to giving normal access.  You could then direct known abusers to the crippled network.  Another option would be to provide "degraded" access using a blur or desaturate filter on images.  This would allow people to make use of the free service, but would require them to ask permission to be on the trusted list before having full access.</p>

<p>How do you like to deal with wireless interlopers?  What's your ideal wireless setup - one that balances security, ease of use for legitimate visitors or passers-by, and quality of service?  Give us a shout in the comments!</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/upsidedownternet_having_fun_wi.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/upsidedownternet_having_fun_wi.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/03/upsidedownternet_having_fun_wi.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/03/upsidedownternet_having_fun_wi.html?CMP=OTC-7G2N43923558</guid>
<category>Network Security</category>
<pubDate>Thu, 29 Mar 2007 20:19:59 -0800</pubDate>

</item>

<item>
<title>Keep Your Verizon EV-DO from Bouncing Between 1xRTT and 1xEV-DO</title>
<itunes:summary> (screenshot from James Kendrick&apos;s blog entry) I had this problems a couple of years ago when Verizon upgraded southern Rhode Island from 1xRTT to 1xEV-DO. I would constantly bounce between 1xRTT and 1xEV-DO, and couldn&apos;t maintain a stable connection,...</itunes:summary>
<description>
<![CDATA[<p><img alt="vzaccess_secret_settings.png" src="http://hackszine.com/vzaccess_secret_settings.png" width="356" height="232" /><br />
(screenshot from James Kendrick's blog entry)</p>

<p>I had this problems a couple of years ago when Verizon upgraded southern Rhode Island from 1xRTT to 1xEV-DO. I would constantly bounce between 1xRTT and 1xEV-DO, and couldn't maintain a stable connection, so the service became useless and I canceled (I was out of contract at the time). James Kendrick has found some hidden settings that force it to operate in one mode or the other.</p>

<blockquote>I spoke with someone who wishes to remain anonymous who showed me how to do what I needed to see if it would fix my problem.  Open up the Verizon Access Manager program and while disconnected from the network hit CTRL-D.  Enter the password "diagvzw" in the dialog that pops up and you'll see a dialog where you can change a couple of modem settings.</blockquote>

<p>Read all about it for complete details and the results. <a href="http://jkontherun.blogs.com/jkontherun/2007/03/verizon_evdo_pr.html">Link</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/keep_your_verizon_evdo_from_bo.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/03/keep_your_verizon_evdo_from_bo.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/03/keep_your_verizon_evdo_from_bo.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/03/keep_your_verizon_evdo_from_bo.html?CMP=OTC-7G2N43923558</guid>
<category>Wireless</category>
<pubDate>Thu, 29 Mar 2007 10:03:10 -0800</pubDate>

</item>

<item>
<title>Un-Unwire Your Home</title>
<itunes:summary> I&apos;ve been a wireless fan for years now; my home network is pretty much an AirPort Extreme Base Station and an AirPort Express in WDS mode. I have a 5-port hub in my office for a desktop PC and...</itunes:summary>
<description>
<![CDATA[<p><img alt="ununwiring.jpg" src="http://www.hackszine.com/blog/archive/ununwiring.jpg" width="500" height="374" /><br />
I've been a wireless fan for years now; my home network is pretty much an AirPort Extreme Base Station and an AirPort Express in WDS mode. I have a 5-port hub in my office for a desktop PC and my networked printer. But most of the bits that fly here, fly over wireless. However, I started getting some hints that I might be pushing it to the limit:<br />
<ul><li><a href="http://www.apple.com/airportexpress/airtunes.html">AirTunes</a> would constantly drop out whenever someone was moving large files across the network<li>My Xbox 360 told me that my network was not fast enough to run Media Center Extender</ul><br />
And just a few days ago, <a href="http://www.oreillynet.com/pub/au/36">Andy Oram</a> <strike>posted a link on an internal O'Reilly list to an article about the coming Internet traffic jam</strike> forwarded an interesting post from <a href="http://www.canarie.ca/canet4/library/list.html">CAnet News</a> titled <a href="http://lists.canarie.ca/pipermail/news/2007/000387.html">Internet to (almost) die in 2007</a> that riffed on recent Forbes and WSJ opinion pieces about the imminent death of the Internet.</p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/ununwire_your_home.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/ununwire_your_home.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/02/ununwire_your_home.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/02/ununwire_your_home.html?CMP=OTC-7G2N43923558</guid>
<category>Wireless</category>
<pubDate>Tue, 06 Feb 2007 08:06:21 -0800</pubDate>

</item>

<item>
<title>Bypass Pay WiFi With Ping Tunnel</title>
<itunes:summary> A lot of hotels, coffee shops, and airports are sporting pay-per-hour 802.11 service these days. In most cases, you&apos;ll be presented with what appears to be an open hotspot and a DHCP server will give you an IP address....</itunes:summary>
<description>
<![CDATA[<p><img alt="pingtunnel_20070205.jpg" src="http://www.hackszine.com/blog/archive/pingtunnel_20070205.jpg" width="312" height="199" /><br />
A lot of hotels, coffee shops, and airports are sporting pay-per-hour 802.11 service these days.  In most cases, you'll be presented with what appears to be an open hotspot and a DHCP server will give you an IP address.  When you open your web browser, though, a transparent proxy will deliver you a page that asks for you to enter a credit card number.  Until you've paid, outgoing TCP traffic will be blocked.</p>

<p>More often than not, though, the network is configured to allow ICMP packets through unfiltered.  If you find one of these lucky hotspots, you can ping google.com or another external server and you'll get a response back.  You can use this feature to tunnel TCP traffic through an ICMP echo request to a proxy server that you've set up on an unrestricted network!</p>

<blockquote>Ptunnel is an application that allows you to reliably tunnel TCP connections to a remote host using ICMP echo request and reply packets, commonly known as ping requests and replies.

<p>Setting: You're on the go, and stumble across an open wireless network. The network gives you an IP address, but won't let you send TCP or UDP packets out to the rest of the internet, for instance to check your mail. What to do? By chance, you discover that the network will allow you to ping any computer on the rest of the internet. With ptunnel, you can utilize this feature to check your mail, or do other things that require TCP.</blockquote></p>

<p>To use Ptunnel, you'll need a server to run the proxy on.  Your bandwidth will be a bit limited, but the software includes a simple authentication mechanism so that you can ensure you're the only one using your proxy.  The way it works, it's more useful for connecting to your server via ssh than it is browsing the web.  That said, it's pretty darn cool and awfully handy, especially if you need to check your mail and don't feel comfortable passing a credit card to a random wireless account server.</p>

<p>Download Ptunnel here and give it a shot - <a href="http://www.cs.uit.no/~daniels/PingTunnel/">Link.</a><br />
Nulldigital.net has a good writeup on configuration and usage - <a href="http://nulldigital.net/blog/view.php?id=41">Link.</a></p>

<p><br><strong>Related:</strong></p>

<ul><li><a href="http://www.hackszine.com/blog/archive/2007/02/wifi_liberator.html">WiFi Liberator</a>
<li><a href="http://www.oreilly.com/catalog/wirelesshks2">Wireless Hacks, 2E</a></ul>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/bypass_pay_wifi_with_ping_tunn.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/bypass_pay_wifi_with_ping_tunn.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/02/bypass_pay_wifi_with_ping_tunn.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/02/bypass_pay_wifi_with_ping_tunn.html?CMP=OTC-7G2N43923558</guid>
<category>Wireless</category>
<pubDate>Tue, 06 Feb 2007 07:47:06 -0800</pubDate>

</item>

<item>
<title>Wifi Liberator</title>
<itunes:summary> Jonah Brucker-Cohen is one of my favorite artists, his latest - a tactical toolkit to liberate pay-per use wireless networks - Wifi Liberator is an open-source toolkit for a laptop computer that enables its user to &quot;liberate&quot; pay-per-use wireless...</itunes:summary>
<description>
<![CDATA[<p><img src="http://hackszine.com/liberator_pic.jpg" height="338" width="450" border="0" hspace="4" vspace="4" alt="Liberator Pic" /><br />
Jonah Brucker-Cohen is one of my favorite artists, his latest - a tactical toolkit to liberate pay-per use wireless networks -</p>

<blockquote>Wifi Liberator is an open-source toolkit for a laptop computer that enables its user to "liberate" pay-per-use wireless networks and create a free, open node that anyone can connect to for Internet access. The project is presented as a challenge to existing corporate or "locked" private wireless nodes to encourage the proliferation of free networks and connectivity across the planet. The project was inspired by the ongoing "battle" between providers broadcasting wireless signals in public spaces, in particular: corporate entities, wireless community groups, individual users, and proponents of open networks. Like my Wifi-Hog project, the Wifi-Liberator critically examines the tensions between providers trying to profit from the increasingly minimal costs associated with setting up a public network and casual users who simply want to see the Internet transform into another "public utility" and become as ubiquitous and free as the air we breath. The project targets pay-per-use wireless networks as often found in airports, other public terminals, hotels, global-chain coffee shops, and other public waiting points.</blockquote>Wifi Liberator - [<a href="http://www.boingboing.net/2007/02/03/share_closed_wifi_wi.html">via</a>] - <a href="http://www.coin-operated.com/projects/wifiliberator.html">Link.</a>

<p><br><strong>Related:</strong></p>

<ul><li><a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596101449">Wireless Hacks, 2E</a></ul>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/wifi_liberator.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/wifi_liberator.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/02/wifi_liberator.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/02/wifi_liberator.html?CMP=OTC-7G2N43923558</guid>
<category>Wireless</category>
<pubDate>Sat, 03 Feb 2007 11:20:33 -0800</pubDate>

</item>

<item>
<title>Protect Yourself at Wireless Hot Spots</title>
<itunes:summary> You can find a Wi-Fi hot spot just about anywhere now, in airports, restaurants, cafes, or even wider-range public locations. This always-on access to the Internet is great, but it also means that the related security risks follow you...</itunes:summary>
<description>
<![CDATA[<p><img alt="Protect Yourself at Wireless Hot Spots.jpg" src="http://www.hackszine.com/blog/archive/Protect%20Yourself%20at%20Wireless%20Hot%20Spots.jpg" width="500" height="375" /></p>

<p>You can find a Wi-Fi hot spot just about anywhere now, in airports, restaurants, cafes, or even wider-range public locations. This always-on access to the Internet is great, but it also means that the related security risks follow you wherever you go. In a <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9007142&pageNumber=1">recent Computerworld article</a>, our own resident Windows hacker, Preston Gralla, outlines the potential hazards and provides concrete steps you can take to protect yourself:<blockquote>Connecting to a hot spot can be an open invitation to danger. Hot spots are public, open networks that practically invite hacking and snooping. They use unencrypted, insecure connections, but most people treat them as if they are secure private networks.</p>

<p><br>This could allow anyone nearby to capture your packets and snoop on everything you do when online, including stealing passwords and private information. In addition, it could also allow an intruder to break into your PC without your knowledge.</p>

<p>But there's plenty you can do to keep yourself safe -- and I'll show you how to do that in this article. If you follow these tips, you'll be able to make secure connections at any hot spot.</blockquote></p>

<p>The article provides the details, but here's the rundown of the top 10 tips:<br />
<ol><li>Disable ad hoc mode<br />
<li>Turn off file sharing<br />
<li>Turn off network discovery<br />
<li>Encrypt your email<br />
<li>Carry an encrypted USB flash drive<br />
<li>Protect yourself with a virtual private network<br />
<li>Disable your wireless adapter<br />
<li>Watch out for shoulder surfers<br />
<li>Beware phony hot spots<br />
<li>Turn on your firewall</ol>It's a wild, wild wireless world out there. Be safe!</p>

<p><br><strong>Related:</strong></p>

<ul><li><a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9008399">Don't fall victim to the 'Free Wi-Fi' scam</a> (Computerworld article by Preston Gralla)
<li><a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596101449">Wireless Hacks, 2E</a>
<li><a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596009186">Windows XP Hacks, 2E</a></ul>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/protect_yourself_at_wireless_h.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/02/protect_yourself_at_wireless_h.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/02/protect_yourself_at_wireless_h.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/02/protect_yourself_at_wireless_h.html?CMP=OTC-7G2N43923558</guid>
<category>Wireless</category>
<pubDate>Thu, 01 Feb 2007 05:37:38 -0800</pubDate>

</item>

<item>
<title>Free 3 months of T-Mobile WiFi - Just pretend to run Vista</title>
<itunes:summary> A few of you sent in how to get free WiFi by changing your browser&apos;s &quot;user agent&quot; to be a Vista machine, so here&apos;s i-hacked.com step by step... &quot;For the release of Microsoft Vista, T-Mobile is offering 3 free...</itunes:summary>
<description>
<![CDATA[<p><img src="http://hackszine.com/img_m634.jpg" height="207" width="498" border="0" hspace="4" vspace="4" alt="Img M634" /><br />
A few of you sent in how to get free WiFi by changing your browser's "user agent" to be a Vista machine, so here's <a href="http://www.i-hacked.com/content/view/246/42/">i-hacked.com</a> step by step...</p>

<p><em>"For the release of Microsoft Vista, T-Mobile is offering 3 free months of their hotspot service.  The catch is... You have to be running Windows Vista. (don't do it)</p>

<p>Here is a quick tip to get three months of free hotspot service at the firm's North American WiFi access points found at Starbucks, Borders, FedEx-Kinkos, hotel chains, etc. Turns out, they only use the agent information for validation... So that enables us to SPOOF IT!</p>

<p>1. Download the firefox extension for spoofing user-agents: <a href="https://addons.mozilla.org/firefox/59/">https://addons.mozilla.org/firefox/59/</a><br />
2. Restart firefox and goto: Tools > User Agent Switcher > Options > Options... \<br />
3. Click "User Agents" and then "Add"<br />
4. Fill out the window with following info:</p>

<p>    Description: Internet Explorer 7 (Windows Vista)<br />
    User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)<br />
    App Name: Microsoft Internet Explorer App Version: 4.0 (compatible; MSIE 7.0; Windows NT 6.0)<br />
    Platform: Win32</p>

<p>5. Save it, goto Tools > User Agent Switcher > Then click the newly added one. Browse over to <a href="http://hotspot.t-mobile.com/vista/">http://hotspot.t-mobile.com/vista/</a> and you should be redirected to a trial sign-up page."</em> - <a href="http://www.i-hacked.com/content/view/246/42/">Link.</a></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2007/01/free_3_months_of_tmobile_wifi.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2007/01/free_3_months_of_tmobile_wifi.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2007/01/free_3_months_of_tmobile_wifi.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2007/01/free_3_months_of_tmobile_wifi.html?CMP=OTC-7G2N43923558</guid>
<category>Firefox</category>
<pubDate>Tue, 30 Jan 2007 19:02:31 -0800</pubDate>

</item>

<item>
<title>Foreword to Wireless Hacks, Second Edition</title>
<itunes:summary>More than just a foreword to Wireless Hacks, Second Edition (by Rob Flickenger and Roger Weeks) Glenn Fleishman&apos;s praise of the book reads like paean to the maker/hacker spirit in general: Wireless Hacks feels more like a device constructed by...</itunes:summary>
<description>
<![CDATA[<p>More than just a foreword to <a href="http://store.makezine.com/ProductDetails.asp?ProductCode=0596101449" title="Wireless Hacks, Second Edition">Wireless Hacks, Second Edition</a> (by Rob Flickenger and Roger Weeks) <a href="http://www.makezine.com/extras/24.html" title="Glenn Fleishman's praise of the book">Glenn Fleishman's praise of the book</a> reads like paean to the maker/hacker spirit in general:<br/> <blockquote>Wireless Hacks feels more like a device constructed by the love child of The Professor from Gilligan's Island and Mr. Spock: it beeps, it twitters, there are coconut shreds, and then, surprisingly, it produces a glass of tea out of thin air or transports several people to geosynchronous orbit. ... Wireless Hacks isn't about breaking technology to serve your needs. Rather, it's about bending it. So much of today's wireless networking hardware, software, and firmware has been carefully tailored to suit what the manufacturer or service provider feels you are entitled to do with it. But we own the tech and, for unlicensed networks, we own the airwaves. Wireless Hacks stands up, raises its hand, and says, "Excuse me, I don't buy into your world view."<br/> </blockquote>Fleishman concludes that the book "could as easily been titled It's My Equipment, Dammit," which we like to think is true of all <a href="http://hackszine.com/books/" title="Hacks books">Hacks books</a> and every issue of <a href="http://makezine.com" title="MAKE">MAKE</a>.<br/></p>]]>
[&lt;a href="http://www.hackszine.com/blog/archive/2006/10/foreword_to_wireless_hacks_sec.html?CMP=OTC-7G2N43923558" /&gt;Read More&lt;/a&gt;]  
[&lt;a href="http://www.hackszine.com/blog/archive/2006/10/foreword_to_wireless_hacks_sec.html?CMP=OTC-7G2N43923558#comments" /&gt;Comments&lt;/a&gt;]
</description>
<link>http://www.hackszine.com/blog/archive/2006/10/foreword_to_wireless_hacks_sec.html?CMP=OTC-7G2N43923558</link>
<guid>http://www.hackszine.com/blog/archive/2006/10/foreword_to_wireless_hacks_sec.html?CMP=OTC-7G2N43923558</guid>
<category>Hacks Series</category>
<pubDate>Wed, 25 Oct 2006 12:00:39 -0800</pubDate>

</item>


</channel>
</rss>