airodump-ng --ivs --channel 1 --write output --bssid VV:II:CC:TT:II:MM mon0
https://en.wikipedia.org/wiki/Initialization_vector
Question: If we use "--ivs" to make smaller outputs, will we be still able to crack WPA?
airodump-ng --ivs --channel 1 --write output --bssid VV:II:CC:TT:II:MM mon0
https://en.wikipedia.org/wiki/Initialization_vector
Question: If we use "--ivs" to make smaller outputs, will we be still able to crack WPA?
Yes, you will still be able to crack WPA. -i
or --ivs
is used to only save IVs, which is only useful for cracking anyway.