The Following User Says Thank You to torpedo48 For This Useful Post: | ||
![]() |
2011-06-18
, 19:54
|
Posts: 146 |
Thanked: 39 times |
Joined on May 2010
|
#72
|
![]() |
2011-06-18
, 20:07
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#73
|
#!/bin/sh #wifite starter /opt/wifi_mon/load.sh python /opt/wifi_mon/wifite.py --power 12 --pps 500 --anon
The Following User Says Thank You to mr_pingu For This Useful Post: | ||
![]() |
2011-06-18
, 20:32
|
|
Posts: 870 |
Thanked: 133 times |
Joined on Aug 2010
|
#74
|
![]() |
2011-06-19
, 07:41
|
Posts: 2,076 |
Thanked: 3,268 times |
Joined on Feb 2011
|
#76
|
![]() |
2011-06-19
, 08:22
|
|
Posts: 723 |
Thanked: 519 times |
Joined on Nov 2010
@ Kuching:Malaysia
|
#77
|
![]() |
2011-06-19
, 08:24
|
|
Posts: 1,444 |
Thanked: 461 times |
Joined on Dec 2010
@ pakistan
|
#78
|
i'm new on this so called wepon...i have install everything & able to run the program with just one question???
after we start attacking any connection does the password will be reveal at the end or do we have you decrypt it like faircrack????
i'm asking cause i couldnt run the program to the end due to dry out battery...
The Following 2 Users Say Thank You to eefo For This Useful Post: | ||
![]() |
2011-06-19
, 10:32
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#79
|
You can run the non-patched wifite.py, just give your /tmp more space as it dumps .ivs there (standard 1MB allows for only ~70000, so 32MB should be enough for anybody):
sudo mount -o remount,size=32M /tmp
and you're good to go
![]() |
2011-06-19
, 11:34
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#80
|
Thanks
Since I don't like being /tmp taking up rootspace, can't we mount it on opt? Dang here you see I am only a 3 months old linux user and lacks experience
Generally I want to have /tmp/ taking up /opt/ space instead of root space since I don't like the idea of root becoming full after using this. Maybe symlinking?
sudo sed -i "s/(prefix='wifite')/(prefix='wifite',dir='\/opt\/tmp')/g" /opt/wifi_mon/wifite.py; sudo if [ ! -d "/opt/tmp" ]; then mkdir /opt/tmp; fi
![]() |
Tags |
free internetz, hack the gibson, hack the planet |
|
Could you please tell me where your error was, so that I can make the guide even easier? You didn't properly follow step 3, did you?