![]() |
2009-09-20
, 11:17
|
Posts: 540 |
Thanked: 387 times |
Joined on May 2009
|
#2
|
The Following User Says Thank You to linuxeventually For This Useful Post: | ||
![]() |
2009-09-20
, 15:06
|
Posts: 58 |
Thanked: 3 times |
Joined on Jul 2009
@ (Germany.Austria),former Yugolsavia,USA
|
#3
|
# cd /media/mmc2
# airodump-ng wlan0 -w mycapture
# aircrack-ng /media/mmc2/mycapture*.cap
Right?
And don't let any one capture file get too big. I think it's after 2 gigs they become corrupt but it might be much smaller, I forget.
![]() |
2009-09-21
, 00:48
|
Posts: 540 |
Thanked: 387 times |
Joined on May 2009
|
#4
|
![]() |
2009-09-21
, 01:23
|
Posts: 58 |
Thanked: 3 times |
Joined on Jul 2009
@ (Germany.Austria),former Yugolsavia,USA
|
#5
|
Umm no the packets or IVs won't be saved there unless you explicitly specify. If you change directories into the SD card then it will save the files there. Alternatively you can specify the absolute path:
# airodump-ng wlan0 -w /media/mmc1/mycapture --ivs
Also I might mention (although should be irrelevant if you are using the internal wifi card) that if you use an ARP attack (aireplay-ng -3) you need to be CD'd into the directory you want the replay .cap files to be saved.
It seems like you need to visit some general linux forums and brush up on the basics. Additionally the backtrack forums might help for the aircrack suite specific stuff. (Especially since discussion of these topics is frowned upon on this forum *rolls eyes*)
Since they take up quite a good amout of memory i would like to know if it is possible to dump them in (for example mmc2) and then use mycapture for a crack?
Thank you kindly...