View Single Post
Posts: 113 | Thanked: 30 times | Joined on Oct 2009
#16
If you're feelingup for it you can simply install these from a debian repository:
http://talk.maemo.org/showthread.php...light=aircrack

@backseatgreg .. I don't have my N900 in hand yet, but have you even attempted to put the WLAN on the N900 in monitor mode?

I'm curious as to your outcome when running:

airmon-ng start <iface>

..then actually trying to run airodump-ng on the newly created VAP iface.

Also, would be nice if you could test & post back the output from this command:

aireplay-ng -9 -b <iface>

thx
I didn't use airmon, simply put the car in monitor mode myself. You can see the results of my inject test in the first screenshot here:

christexaport, macchanger is useful for many things. Obviously, you can hide your mac when using aircrack in a bad way (say attacking your neighbour) or doing other illegal stuff. However, you can use it for lots of useful and legal stuff, for example you can use mac filtering on your router and change your mac to make it easy to remember.

Or just use it to find your mac!

To use macchanger go to the terminal and become root then:

ifconfig wlan0 down
macchanger mac=11:22:33:44:55:66
ifconfig wlan0 up