29
Dec
Dec
aircrack-ng with iwlagn (Ubuntu Intrepid)
Posted in Linux | 11 Comments »Pre-requisite:
- Kernel 2.6.27 or higher
- Basic development tools (sudo apt-get build-essentials in Ubuntu)
- aircrack-ng
Make a temporary folder in home directory
$ mkdir temp
Then type this commands
$ cd temp
$ wget http://www.intellinuxwireless.org/iwlwifi/downloads/iwlwifi-4965-ucode-228.57.2.21.tgz
$ tar -zxf iwlwifi-4965-ucode-228.57.2.21.tgz
$ cd iwlwifi-4965-ucode-228.57.2.21
$ sudo cp * /lib/firmware/
$ cd ..
$ wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2.6.tar.bz2
$ tar -xjf compat-wireless-2.6.tar.bz2
$ cd compat-wireless-2008-12-28
$ make
$ sudo make install
Reboot.
To confirm, use aireplay-ng to test the packet injection.
$ sudo aireplay-ng -9 mon0

