Aircrack on the N900
by Jim on Dec.15, 2009, under Guides, Maemo, Operating Systems, Security
I am really starting to love the N900!
I have been playing outside of the maemo repositories and decided to give everyones favourite ’security’ program Aircrack (aircrack-ng) a go. After setting up a debian repository from an official mirror installation was easy via the command line, a simple sudo apt-get install aircrack-ng.
Once installed, you cannot use the program straight away. This is because your wireless card will already be in use, or have been set up for ‘Managed mode’ where the operating system deals with setting up wireless networks. To get out of this, and into Monitor mode, you will need root access and go through the following commands:
root
ifconfig wlan0 down
iwconfig wlan0 mode Monitor
ifconfig wlan0 up
If you wish to use a different mac (useful when doing a fake auth,) go through the same process but instead of setting monitor mode use macchanger (e.g. macchanger mac=11:22:33:44:55:66). You can now use monitor mode and aircrack in all it’s glory! See the following for an injection test:
This is the result of a dump, the command used here was airodump-ng wlan0 -c 6
As you can see the N900 captured my WPA handshake, so I could crack my own WPA network; but that would be silly!
So aircrack looks like it can simply be moved to Maemo-extras (devel or testing.) It just needs more testing to check if inject is really working. My N900 had been up for 48 hours at this point, so didn’t wish to comply with testing
Related posts:


December 15th, 2009 on 8:16 pm
If it turns out injection works well then it is a done deal, I’ll be getting an N900. It is the one thing I’m missing on my n800. Thanks for the post.
December 24th, 2009 on 10:51 pm
Nice work. I loved my N810.
The N900 uses wl1251 and the mac80211 stack. Should be no big deal to patch it for injection.
I do plan on working on it once I get my N900 or next-gen device.