Mostrando entradas con la etiqueta auditoria redes. Mostrar todas las entradas
Mostrando entradas con la etiqueta auditoria redes. Mostrar todas las entradas

sábado, 22 de junio de 2013

Como instalar minidwep-gtk en ubuntu

acuerdate omar como se instala y lo mejor es de la siguiente manera

You must follow the above steps
Install the required Libraries
sudo apt-get install build-essential
sudo apt-get install libssl-dev
Download the file
wget http://download.aircrack-ng.org/aircrack-ng-1.1.tar.gz
Extract it
tar -zxvf aircrack-ng-1.1.tar.gz
cd aircrack-ng-1.1
vi common.mak
Then  you must edit the file common.mak and remove the word werror from the line "CFLAGS          ?= -g -W -Wall -Werror -O3"
now it looks like this
"CFLAGS          ?= -g -W -Wall -O3"
Save the file and follow the last steps
make
sudo make install
Now the aircrack install is finish.

Next step is the reaver
First Download
wget http://reaver-wps.googlecode.com/files/reaver-1.4.tar.gz
Then extract it
tar -xzvf reaver-1.4.tar.gz
Install required libraries
sudo apt-get install libpcap-dev sqlite3 libsqlite3-dev libpcap0.8-dev
Then Compile and Install it
cd reaver-1.4
cd src
./configure
make
make install