Cryptema’s Blog

my blocknotes…

  • Translate Blog

  • Meta

  • Users online

  • del.icio.us

Install iw to use airmon-ng

Posted by cryptema on 20 May 2009

This is a simple script to install iw module in Ubuntu 9.04.

Save follow script as “iw_install.sh

#!/bin/bash
wget http://wireless.kernel.org/download/iw/iw-0.9.13.tar.bz2
tar jxf iw-0.9.13.tar.bz2
cd iw-0.9.13
sudo apt-get install libnl-dev
export PKG_CONFIG_PATH=/usr/lib:$PKG_CONFIG_PATH
make
sudo make install

To use this script:

chmod +x iw_install.sh
sudo ./iw_install.sh

2 Responses to “Install iw to use airmon-ng”

  1. nice.. but still doesn’t work on my PC.. keep it up..

  2. cryptema said

    What’s your PC configuration? (OS and version).
    Suite aircrack-ng don’t work with your PC?

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>