This is a simple tut on how to install spoonwep / wpa on BT4 Final. The reason I am posting this code is because I looked high and low trying to find this and found it in a wierd area by chance!
Run following code in in Terminal...
cd
mkdir spoon
cd spoon
wget http://www.fileden.com/files/2008/10/11/2138272/spoonwep-wpa-rc3.deb
wget http://download.aircrack-ng.org/archive/aircrack-ng/1.0rc3/aircrack-ng-1.0-rc3.tar.gz
tar xf aircrack-ng-1.0-rc3.tar.gz
cd aircrack-ng-1.0-rc3
make sqlite=true unstable=true
sudo make sqlite=true unstable=true install
cd ..
sudo dpkg -i spoonwep-wpa-rc3.deb
gksudo spoonwep &
//To run application.
spoonwep
No comments:
Post a Comment