First you'll need to download Spoonwep2 and Spoonwpa in the /tmp/ dir:
- cd /root/Desktop
- mkdir /tmp/{spoonwep2,spoonwpa}
- wget hxxp://shamanvirtuel.googlepages.com/SWPA.lzm
- wget hxxp://neovortex.kodings.googlepages.com/spoonwep2.lzm
- lzm2dir SWPA.lzm /tmp/spoonwpa
- lzm2dir spoonwep2.lzm /tmp/spoonwep2
lzm2dir这个命令一般的Linux是没有的,可以用下载windows版的,
ftp.slax.org/useful-binaries/win32/squashfs-tools/
- cp -rpv /mnt/sdc1 /spoonwpa/usr /
- cp -rpv /mnt/sdc1 /spoowep2/usr /
This will create two files so that spoonwep and spoonwpa can be able to detect the interfaces
Spoonwep
- echo "
- #!/bin/bash
- chmod 777 /usr/local/bin/wifispoonfeeder/
- rm /bin/sh
- ln -s /bin/bash /bin/sh
- spoonwep
- sleep 1
- while ! [ -e /usr/local/bin/wifispoonfeeder/spoonwep/tmp/wscapture-01.csv ]
- do
- sleep 1;
- done
- ln -s /usr/local/bin/wifispoonfeeder/spoonwep/tmp/wscapture-01.csv /usr/local/bin/wifispoonfeeder/spoonwep/tmp/wscapture-01.txt 2>/dev/null
- rm /bin/sh
- ln -s /bin/dash /bin/sh " >/usr/bin/spoonwep.sh
Spoonwpa
- echo "
- #!/bin/bash
- chmod 777 /usr/local/bin/wifispoonfeeder/
- rm /bin/sh
- ln -s /bin/bash /bin/sh
- spoonwpa
- sleep 1
- while ! [ -e /usr/local/bin/wifispoonfeeder/spoonwpa/tmp/wscapture-01.csv ]
- do
- sleep 1;
- done
- ln -s /usr/local/bin/wifispoonfeeder/spoonwpa/tmp/wscapture-01.csv /usr/local/bin/wifispoonfeeder/spoonwpa/tmp/wscapture-01.txt 2>/dev/null
- rm /bin/sh
- ln -s /bin/dash /bin/sh " >/usr/bin/spoonwpa.sh
Now make it executable:
- chmod 755 /usr/bin/{spoonwep.sh,spoonwpa.sh}
You want to make sure that they appear in the BackTrack menu. So let us change the desktop file and edit the command:
- mv /usr/local/share/applications/spoonw* /usr/share/applications/
Open up spoonwep.desktop in any text editor of your choice and change the line Exec giving:
- [Desktop Entry]
- Comment=
- Exec=spoonwep.sh
- GenericName=
- Icon=cache
- Name=SpoonWep2
- Path=
- StartupNotify=true
- Terminal=0
- TerminalOptions=
- Type=Application
- X-KDE-SubstituteUID=false
- X-KDE-Username=
- Categories=BT-Radio-Network-Analysis-80211-Cracking
For Spoonwpa:
- [Desktop Entry]
- Comment=
- Exec=spoonwpa.sh
- GenericName=
- Icon=cache
- Name=SpoonWpa
- Path=
- StartupNotify=true
- Terminal=0
- TerminalOptions=
- Type=Application
- X-KDE-SubstituteUID=false
- X-KDE-Username=
- Categories=BT-Radio-Network-Analysis-80211-Cracking
Lets update our menus. From the command line type:
- update-menus
Your Spoonwep2 and Spoonwpa is all set and ready to use.