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 19:49

Re: [ announce ] hackattack!
 
Quote:

Originally Posted by q6600 (Post 1031599)
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? :)

q6600 2011-06-18 19:54

Re: [ announce ] hackattack!
 
please look on post 62
theni i put the codes in xterm ( as root) and the program worked

mr_pingu 2011-06-18 20:07

Re: [ announce ] hackattack!
 
1 Attachment(s)
Only load the bleeding edge drivers and let wifite do the rest ;)
Prove attached :P :D

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


AgogData 2011-06-18 20:32

Re: [ announce ] hackattack!
 
In the begining of the attack it says that packages pyritt and cowpatty are missing, should i install them ?

mr_pingu 2011-06-18 20:42

Re: [ announce ] hackattack!
 
nope, it will run fine without them, macchanger should you install tho ;)

szopin 2011-06-19 07:41

Re: [ announce ] hackattack!
 
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 2011-06-19 08:22

Re: [ announce ] hackattack!
 
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 2011-06-19 08:24

Re: [ announce ] hackattack!
 
Quote:

Originally Posted by pusak gaoq (Post 1031866)
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

mr_pingu 2011-06-19 10:32

Re: [ announce ] hackattack!
 
Quote:

Originally Posted by szopin (Post 1031851)
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?

vi_ 2011-06-19 11:34

Re: [ announce ] hackattack!
 
Quote:

Originally Posted by mr_pingu (Post 1031949)
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!


All times are GMT. The time now is 16:00.

vBulletin® Version 3.8.8