update to the latest version and remove the "--ivs" part.
A strange error has begin to appear when i use airodump-ng
Why the ****k did it start happening.Searched the error string in google but no results!!!is this happening only to me???I'm updating daily to the nightly tarballs http://nightly.aircrack-ng.org/aircrack-ng/trunk/ by the way.Code:root@bt:~# airodump-ng -c 7 --bssid xx:xx:xx:xx:xx:xx -w zzzz --ivs mon0 Invalid output format: IVS and PCAP format cannot be used together. root@bt:~#
update to the latest version and remove the "--ivs" part.
Yea i did'n ask how to do.I asked why the f**** it started happening....
If i want to crack a wep a want to collect only ivs as it used to be in the past.
Perhaps this is happening cause i'm using the night development version.
Has anyone else faced this isue????
try:
root@bt:~# airodump-ng -c 7 --bssid xx:xx:xx:xx:xx:xx -w zzzz.ivs --ivs mon0 , it should work
airodump-ng -c $CH --bssid $BSSID --output-format ivs --write $ESSID mon0
saludos
Thanks OSAMA but that don't work.
I have :
Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E P CI Express Fast Ethernet controller (rev 02)
Atheros Communications Inc. AR242x 802.11abg Wirele ss PCI Express Adapter (rev 01)
Has anyone found a solution for this? if ivs doesn't work what would you suggest we do?
Haven't quite figured out how to solve this problem yet... but maybe this can help you?
aircrack-ng.org/doku.php?id=tools#convert
In your case you should use it with the -o option:
Original code: root@bt:~# airodump-ng -c 7 --bssid xx:xx:xx:xx:xx:xx -w zzzz --ivs mon0
Correct: root@bt:~# airodump-ng -c 7 --bssid xx:xx:xx:xx:xx:xx -w zzzz -o ivs mon0
Hope that helps.
airodump-ng -c CH --bssid BSSID --output-format ivs this does work i had that problem and i typed airodump-ng -- help from there i figured out how to do that