![]() |
2011-06-18
, 18:59
|
Posts: 146 |
Thanked: 39 times |
Joined on May 2010
|
#62
|
![]() |
2011-06-18
, 19:03
|
|
Posts: 870 |
Thanked: 133 times |
Joined on Aug 2010
|
#63
|
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?
#!/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
![]() |
2011-06-18
, 19:21
|
Posts: 489 |
Thanked: 404 times |
Joined on Dec 2009
|
#64
|
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 :
i.e. : airmon-ng start wlan0 insted of ifconfig wlan0Code:#!/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
#!/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
The Following User Says Thank You to torpedo48 For This Useful Post: | ||
![]() |
2011-06-18
, 19:29
|
Posts: 146 |
Thanked: 39 times |
Joined on May 2010
|
#65
|
![]() |
2011-06-18
, 19:29
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#66
|
![]() |
2011-06-18
, 19:33
|
Posts: 489 |
Thanked: 404 times |
Joined on Dec 2009
|
#67
|
Success,
i didn't waste a day trying to this working.
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
![]() |
2011-06-18
, 19:37
|
Posts: 146 |
Thanked: 39 times |
Joined on May 2010
|
#68
|
![]() |
2011-06-18
, 19:39
|
Posts: 489 |
Thanked: 404 times |
Joined on Dec 2009
|
#69
|
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
![]() |
2011-06-18
, 19:46
|
Posts: 146 |
Thanked: 39 times |
Joined on May 2010
|
#70
|
![]() |
Tags |
free internetz, hack the gibson, hack the planet |
|
Have you used particular tweaks and/or procedures that may have f*****d up your wifi's or network's settings?