maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [ announce ] hackattack! (https://talk.maemo.org/showthread.php?t=74081)

torpedo48 2011-06-18 18:58

Re: [ announce ] hackattack!
 
I really don't know what's going on here, there's obviously something wrong with your wifites but... What? I've tried searching for wifite's dependences but they all seem to be satisfied here.

Have you used particular tweaks and/or procedures that may have f*****d up your wifi's or network's settings?

q6600 2011-06-18 18:59

Re: [ announce ] hackattack!
 
1 Attachment(s)
new pic better quality
i flash my n900 and install all from 0 no tweaks
also injection rate is slow. any tips ...

AgogData 2011-06-18 19:03

Re: [ announce ] hackattack!
 
Quote:

Originally Posted by torpedo48 (Post 1031561)
I really don't know what's going on here, there's obviously something wrong with your wifites but... What? I've tried searching for wifite's dependences but they all seem to be satisfied here.

Have you used particular tweaks and/or procedures that may have f*****d up your wifi's or network's settings?

Nope, nothing at all
did this work with some1 else here ?
should i edit wepon like vi_ and mr_pingu said to be like that :

Code:

#!/bin/sh
#wifite starter
/opt/wifi_mon/load.sh
sleep 2
airmon-ng start wlan0 down
sleep 1
iwconfig wlan0 mode monitor
sleep 1
airmon-ng start wlan0 up
sleep 1
python /opt/wifi_mon/wifite.py --power 12 --pps 500 --anon

i.e. : airmon-ng start wlan0 insted of ifconfig wlan0

torpedo48 2011-06-18 19:21

Re: [ announce ] hackattack!
 
Quote:

Originally Posted by AgogData (Post 1031564)
Nope, nothing at all
did this work with some1 else here ?
should i edit wepon like vi_ and mr_pingu said to be like that :

Code:

#!/bin/sh
#wifite starter
/opt/wifi_mon/load.sh
sleep 2
airmon-ng start wlan0 down
sleep 1
iwconfig wlan0 mode monitor
sleep 1
airmon-ng start wlan0 up
sleep 1
python /opt/wifi_mon/wifite.py --power 12 --pps 500 --anon

i.e. : airmon-ng start wlan0 insted of ifconfig wlan0

No, content of wepon should be:

Code:

#!/bin/sh
#wifite starter
/opt/wifi_mon/load.sh
sleep 2
ifconfig wlan0 down
sleep 1
iwconfig wlan0 mode monitor
sleep 1
ifconfig wlan0 up
sleep 1
python /opt/wifi_mon/wifite.py --power 12 --pps 500 --anon

And yes, it works for me and many others.

q6600 2011-06-18 19:29

Re: [ announce ] hackattack!
 
1 Attachment(s)
Success,
i didn't waste a day trying to this working :o.
http://laboratorio.torpedo48.it/noki...ully-automated

but make sure you put the codes

#!/bin/sh
#wifite starter
/opt/wifi_mon/load.sh
sleep 2
ifconfig wlan0 down
sleep 1
iwconfig wlan0 mode monitor
sleep 1
ifconfig wlan0 up
sleep 1
python /opt/wifi_mon/wifite.py --power 12 --pps 500 --anon



#!/bin/sh
/opt/wifi_mon/unload.sh


http://talk.maemo.org/showthread.php?t=74081

mr_pingu 2011-06-18 19:29

Re: [ announce ] hackattack!
 
If something is not right you should load the drivers manually by cd into the drivers folder and sh load.sh ;)

Then do python /opt/wifi_mon/wifite.py
Or better download wifite.py from wifite homepage and do python /home/user/MyDocs/wifite.py

This way you filter out any error in vi_'s script, but I am almost sure there is nothing wrong with vi_'s script!!!

torpedo48 2011-06-18 19:33

Re: [ announce ] hackattack!
 
Quote:

Originally Posted by q6600 (Post 1031577)
Success,
i didn't waste a day trying to this working :o.
http://laboratorio.torpedo48.it/noki...ully-automated

but make sure you put the codes

#!/bin/sh
#wifite starter
/opt/wifi_mon/load.sh
sleep 2
ifconfig wlan0 down
sleep 1
iwconfig wlan0 mode monitor
sleep 1
ifconfig wlan0 up
sleep 1
python /opt/wifi_mon/wifite.py --power 12 --pps 500 --anon



#!/bin/sh
/opt/wifi_mon/unload.sh


http://talk.maemo.org/showthread.php?t=74081

Sorry, I can't understand where the error was. Is that something wrong in my guide? What have you done in order to succeed?

q6600 2011-06-18 19:37

Re: [ announce ] hackattack!
 
i instal step buy step from your website but is not working. i didnt seen the codes on your website

#!/bin/sh
#wifite starter
/opt/wifi_mon/load.sh
sleep 2
ifconfig wlan0 down
sleep 1
iwconfig wlan0 mode monitor
sleep 1
ifconfig wlan0 up
sleep 1
python /opt/wifi_mon/wifite.py --power 12 --pps 500 --anon



#!/bin/sh
/opt/wifi_mon/unload.sh


the program worked after i put the codes manual. i dont know why.

torpedo48 2011-06-18 19:39

Re: [ announce ] hackattack!
 
Quote:

Originally Posted by q6600 (Post 1031588)
i instal step buy step from your website but is not working. i didnt seen the codes on your website

#!/bin/sh
#wifite starter
/opt/wifi_mon/load.sh
sleep 2
ifconfig wlan0 down
sleep 1
iwconfig wlan0 mode monitor
sleep 1
ifconfig wlan0 up
sleep 1
python /opt/wifi_mon/wifite.py --power 12 --pps 500 --anon

#!/bin/sh
/opt/wifi_mon/unload.sh

That's because they are included in Step 3's package, try downloading it, extracting wepon and wepoff and read them, ta-daaaaaa codes inside ;)

q6600 2011-06-18 19:46

Re: [ announce ] hackattack!
 
dooohhh
man sorry i am a noob


All times are GMT. The time now is 13:18.

vBulletin® Version 3.8.8