Archive for March, 2013

If you want ot have “reaver” on your Ubuntu or other Debian based distro, this is how you do it :

Download reaver,

Extract reaver

tar zxvf reaver-1.4.tar.gz

Install libpcap and libsqlite3, don’t forget to check the version installed on your distro.

sudo apt-get install libpcap0.8-dev libsqlite3-dev

Change directory to where reaver source reside (usually named reaver-1.4)

cd reaver-1.4

Configure dan Make

./configure
make
sudo make install