sergyogn
(usa Outra)
Enviado em 21/10/2011 - 16:12h
tudor escreveu:
sergyogn escreveu:
alguem conseguiu instalr o spoonwep e spoonwpa no backtrack 5 sem ter problemas posteriores? e que ja teve o backtrack 3 existe grande diferença dele para o 5
Olá amigo!!
Com relação a sua segunda pergunta, sim, existem grandes diferenças entre as duas distribuições inclusive pelo número de ferramentas disponíveis mas, a maior de todas é quanto a questão da customização da versão 5, uso ela como S.O. principal enquanto que a 3 usava apenas como ferramente de trabalho!!
Abs.;
Ps.: vou instalar o spoonwep e spoonwpa pra ver no que dá!!
eu estou ficando quase doido de tanto pesquisar, toda vez que instalo o spoonwep e o spoonwpa o sistema não monta mais o o pendriver e nem as partições do do disco automaticamente, o precesso que estou usando e esse.
From this site:
http://forums.remote-exploit.org/backtrack-4-howto/24261-installing-spoonwep2-spoonwpa-backtrack-4-p...
1. Download spoonwpa & spoonwep2
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.
Command:
------------------------------------------------------------
cp -rpv "/root/My Documents/Programs/spoonwpa/usr" /
------------------------------------------------------------
(HIT ENTER)
Command:
------------------------------------------------------------
cp -rpv "/root/My Documents/Programs/spoonwep2/usr" /
------------------------------------------------------------
(HIT ENTER)
4. cd over to /usr/bin and make to files using nano like this
Command:
------------------------------------------------------------
nano /usr/bin/spoonwep.sh
------------------------------------------------------------
(HIT ENTER): and you should end up with nothing so put this in
************************************************************
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
Command:
------------------------------------------------------------
nano /usr/bin/spoonwpa.sh
------------------------------------------------------------
(HIT ENTER): and you should end up with nothing so put this in
************************************************************
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
************************************************************
NOTE: press Ctrl + X then letter Y then enter to save and exit
5. make them executables by command:
Command:
------------------------------------------------------------
chmod 755 /usr/bin/spoonwep.sh
------------------------------------------------------------
Command:
------------------------------------------------------------
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
Command:
------------------------------------------------------------
mv /usr/local/share/applications/spoonw* /usr/share/applications/
------------------------------------------------------------
Command:
------------------------------------------------------------
update-menus
------------------------------------------------------------
Icons on the deskstop:
Spoonwep
************************************************************
[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
************************************************************
[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
************************************************************