Advertisement
nhutdm

Install SpoonWEP and SpoonWPA on Ubuntu

Jul 22nd, 2011
2,328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.59 KB | None | 0 0
  1. # First, you need download SpoonWEP and SpoonWPA RC3.
  2. sudo wget http://www.fileden.com/files/2008/10/11/2138272/spoonwep-wpa-rc3.deb
  3. # Install this debian package.
  4. sudo dpkg -i spoonwep-wpa-rc3.deb
  5. # Fixing the bug in Ubuntu.
  6. sudo rm /bin/sh && sudo ln -s /bin/bash /bin/sh
  7. # Run the SpoonWEP or SpoonWPA.
  8. sudo spoonwep
  9. sudo spoonwpa
  10. # When running the program, you may have this error.
  11. Error: /usr/local/bin/wifispoonfeeder/spoonwep/tmp/wscapture-01.txt
  12. (No such file or directory)
  13. # You can fix it with this command
  14. sudo touch /usr/local/bin/wifispoonfeeder/spoonwep/tmp/wscapture-01.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement