Airodump - Orinoco/Hermes

NOTE: You will first need to check that you wireless device is eth0 if not substitute eth0 with the device name of your card.  This can be found by running airmon.sh

usage: airodump <interface> <output prefix> [channel] [IVs flag]

#airodump eth0 dump 0  

will scan all of the 802.11 channels available to the card (1-13 in Europe 1-11 in US) and save the resulting capture file to dump.cap

#airodump eth0 digby 9

will scan only channel 9 and dump all of the data to digby.cap

#airodump eth0 capture 3 1

will scan channel 3 and dump only the ivs that have been detected to capture.ivs - this can be usefull if you need to capture a lot of data and space is limited.  It must be remembered that this file will only be of use if trying to crack a WEP key.