OK here's what I did:
Code:
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
That installed Spoonwep. So next I did:
This opened up Spoonwep.
I selected "wlan0", "normal" and "UNknown victim", then I clicked Next.
Then I clicked Launch.
...and nothing happened. I went back to the terminal I used to start Spoonwep, and I saw the following output:
Code:
Error: /usr/local/bin/wifispoonfeeder/spoonwep/tmp/wscapture-01.txt (No such file or directory)
Error: /usr/local/bin/wifispoonfeeder/spoonwep/tmp/wscapture-01.txt (No such file or directory)
Error: /usr/local/bin/wifispoonfeeder/spoonwep/tmp/wscapture-01.txt (No such file or directory)
Error: /usr/local/bin/wifispoonfeeder/spoonwep/tmp/wscapture-01.txt (No such file or directory)
On a hunch, I opened up another terminal, and typed:
Code:
sudo touch /usr/local/bin/wifispoonfeeder/spoonwep/tmp/wscapture-01.txt
Then I went back to the original terminal which I used to start Spoonwep; the error output was no longer being given (yahey!). But then I went back to the Spoonwep GUI and saw that it still hadn't found any access points.
So that's as far as I got. I can't get Spoonwep to populate the list of access points.