How to build a $30 air conditioner

June 18th, 2005

DIY ACAn enterprising college student built an air conditioner for under $30 with a fan, a garbage can of ice water and some tubing.

How the contraption works: cold ice water flows through coiled tubing attached to the back of a fan which cools the blowing air. The condensation could get messy and you won’t get the same results as a store-bought A/C, but this is a cool (har) DIY project for the broke and sweaty.

More..

Extreme Wireless Hacking

June 16th, 2005

A peer of mine at work Pat Collins sent me this very interesting link today about how with some MAC address spoofing and ICMP tunneling you can hack your way into a wireless network.

To summarize, an HTTP request is sent to to the raw socket which is handled by the linux kernal (Note: can’t do this in windows folks) which is setup to be the the default route to the tunnel which redirects to the ICMP socket (tunnel) and then sent back to the kernal to interpret as an ICMP packet on the real wireless interface. I’ve never seen anything like this. Just another reason to think wireless isn’t as secure as we think it is..