content top

Find a WiFi router by it’s MAC address

Skyhook the company behind the WiFi pseudo GPS in the iPod touch and the iPhone apparently has an API that allows you access to their database. Using this database you can find the physical geographic location of a WiFi router or access point.

Read More

Create a SOCKS proxy with SSH in Leopard

Create a SOCKS proxy with SSH in Leopard

I love bypassing content filters. Here’s a fast and easy way you can use your computer at home (Running an OpenSSH server) to get past  web content filters at work or school.

Here’s what we need

  1. A computer at home running an SSH server.
  2. SSH port (22) open on your router to your SSH Server
  3. A computer running Linux or Leopard

Read More

The fuser command (or Let my drive go!!)

Today I was having some troubles. I was trying to unmount a drive on my Linux server but I kept getting the

umount: /mnt/data: device is busy

message back. Well this means that some process is using a file on that drive. fuser to the rescue. I’ll take you through the steps I used to unlock this drive below.

Read More

One Keyboard and mouse, Many OS’s, Monitors and Computers

Today I’m going to talk a little bit about Synergy. Synergy is a free (as in beer and speech) piece of software that allows you to use one keyboard and mouse with multiple computers. This differs from a traditional KVM in a couple ways. 1. You get the added screen real estate as each machine needs their own screen 2. You don’t need additional hardware the keyboard/mouse switching is done over your existing network. The advantage of this is that Synergy is cross platform, there are currently Synergy clients for OS X, Linux and Windows (No official support for Vista however, It may be possible but your mileage may vary. let me know how you make out if you try it) so you can have a Windows XP machine on the left monitor an Apple machine on the center monitor and a Linux machine on the right monitor or you could have 3 machines all with the same OS.

Read More

Bust that pesky corporate firewall

Have you ever needed to SSH into a firewalled computer where you don’t have control over the firewall? Well by creating a tunnel from your this protected machine to your machine at home you can punch a tiny SSH sized hole in that firewall.

Read More

How-To spy on other users on the local network

Sometimes it’s nice to know what kind of people you’re sharing a LAN with. This hack will allow you to sniff packets from other users on the Local Switched network. What we accomplish by ARP spoofing is tricking a host on the LAN into forwarding us packets that normally would only be sent to the gateway (or the machine or router thats going to send them off to the internet)

****Disclaimer****
This should only ever be done on a network that you run or otherwise have permission to monitor other users activities.

Read More
content top