What is this? From this page you can use the Social Web links to save Modulo de inyeccion en ubuntu gutsy. to a social bookmarking site, or the E-mail form to send a link via e-mail.

Social Web

E-mail

E-mail It
Junio 16, 2008

Modulo de inyeccion en ubuntu gutsy.

Posted in: Linux, Wireless

Script para inyectar en ubuntu Gutsy

cd /usr/src
wget http://homepages.tu-darmstadt.de/~p_larbig/wlan/ipwraw-ng-2.3.4-04022008.tar.bz2
tar -xvf ipwraw-ng*
cd ipwraw-ng
apt-get install linux-headers-$(uname -r) build-essential aircrack-ng
make
make install
make install_ucode
echo "blacklist ipwraw" | sudo tee /etc/modprobe.d/ipwraw
depmod -ae
wget http://josbram.delifrut.cl/files/linux/airoway.sh
cp airoway.sh /usr/bin
chmod 777 /usr/bin/airoway.sh
modprobe -r ipw3945
modprobe ipwraw
airoway.sh


Return to: Modulo de inyeccion en ubuntu gutsy.

//