Linux For Dummies
Would you like to react to this message? Create an account in a few clicks or log in to continue.

backtrack 4 spoonwep and spoonwpa isntall

Go down

backtrack 4 spoonwep and spoonwpa isntall Empty backtrack 4 spoonwep and spoonwpa isntall

Post by CureMyMind Fri May 20, 2011 7:51 pm

This Will not work for later versions of BackTrack I don't even rememeber it working for BT4. But best of luck, I some how managed to install it in there. And this is how.

1. Download spoonwpa & spoonwep2

SPOONWEP 2 AND SPOONWPA DOWNLOAD
LINK 2

2. extract the zip files, I extracted them to a folder I made
/root/My Documents/...

3. add them to their respected directory by command.
Code:
cp -rpv "/root/My Documents/Programs/spoonwpa/usr" /
Code:
cp -rpv "/root/My Documents/Programs/spoonwep2/usr" /
4. cd over to /usr/bin and make to files using nano like this
Code:
nano /usr/bin/spoonwep.sh
...and you should end up with nothing so put this in
Code:
 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
NOTE: press ctrl + x then letter Y then enter to save and exit
Code:
nano /usr/bin/spoonwpa.sh
...and you should end up with nothing so put this in
Code:
 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
...press Ctrl + X then letter Y then enter to save and exit
5. make them executables by command:
Code:
chmod 755 /usr/bin/spoonwep.sh
Code:
chmod 755 /usr/bin/spoonwpa.sh
NOTE: hit enter after each command ok...
I know your not dumb but this is for those that are.

6. If you like you can put them where grimwep is at by command
Code:
mv /usr/local/share/applications/spoonw* /usr/share/applications/
Code:
update-menus


Icons on the deskstop:

Spoonwep
Code:
[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
Spoonwpa
Code:
[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
CureMyMind
CureMyMind
Admin

Posts : 69
Join date : 2011-01-15

https://curemymind.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum