Notices


Reply
Thread Tools
Posts: 489 | Thanked: 404 times | Joined on Dec 2009
#71
Originally Posted by q6600 View Post
dooohhh
man sorry i am a noob
No problem, we all started somewhere

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?
 

The Following User Says Thank You to torpedo48 For This Useful Post:
Posts: 146 | Thanked: 39 times | Joined on May 2010
#72
please look on post 62
theni i put the codes in xterm ( as root) and the program worked
 
Posts: 1,163 | Thanked: 1,873 times | Joined on Feb 2011 @ The Netherlands
#73
Only load the bleeding edge drivers and let wifite do the rest
Prove attached :P

I runned it without the --power --pps and --anon, just normal


You may like this piece of code which has the anonymous mode, power above 12 and 500 packets per second still enabled as vi_ proposed

Code:
#!/bin/sh
#wifite starter
/opt/wifi_mon/load.sh
python /opt/wifi_mon/wifite.py --power 12 --pps 500 --anon
Attached Images
 

Last edited by mr_pingu; 2011-06-18 at 20:10.
 

The Following User Says Thank You to mr_pingu For This Useful Post:
AgogData's Avatar
Posts: 870 | Thanked: 133 times | Joined on Aug 2010
#74
In the begining of the attack it says that packages pyritt and cowpatty are missing, should i install them ?
 
Posts: 1,163 | Thanked: 1,873 times | Joined on Feb 2011 @ The Netherlands
#75
nope, it will run fine without them, macchanger should you install tho
 

The Following 2 Users Say Thank You to mr_pingu For This Useful Post:
Posts: 2,076 | Thanked: 3,268 times | Joined on Feb 2011
#76
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
 
pusak gaoq's Avatar
Posts: 723 | Thanked: 519 times | Joined on Nov 2010 @ Kuching:Malaysia
#77
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...
 
eefo's Avatar
Posts: 1,444 | Thanked: 461 times | Joined on Dec 2010 @ pakistan
#78
Originally Posted by pusak gaoq View Post
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...
yes it shows the exact password as saved by the user


http://laboratorio.torpedo48.it/noki...ully-automated

look at the end part of the video it will answer you :P
__________________
Every hero becomes a bore at last.
www.itechiapk.com
 

The Following 2 Users Say Thank You to eefo For This Useful Post:
Posts: 1,163 | Thanked: 1,873 times | Joined on Feb 2011 @ The Netherlands
#79
Originally Posted by szopin View Post
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
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?
 
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#80
Originally Posted by mr_pingu View Post
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?
Fret not my son.

All we have to do is change where wifite dumps it's temporary files.

run in xterm:

Code:
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
This edits wifite to use /opt/tmp as the tmp folder, then checks to see if /opt/tmp exists and creates it if not.

Viola, no more /tmp/ restrictions!
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 

The Following 3 Users Say Thank You to vi_ For This Useful Post:
Reply

Tags
free internetz, hack the gibson, hack the planet


 
Forum Jump


All times are GMT. The time now is 11:19.