User Tools

Site Tools


airodump-ng

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
airodump-ng [2014/11/05 04:27] – Airodump-ng: Updated help screen mister_xairodump-ng [2019/08/17 22:51] – [What's the meaning of the fields displayed by airodump-ng ?] Added missing rate column mister_x
Line 26: Line 26:
       -r             <file> : Read packets from that file       -r             <file> : Read packets from that file
       -x            <msecs> : Active Scanning Simulation       -x            <msecs> : Active Scanning Simulation
 +      --manufacturer        : Display manufacturer from IEEE OUI list
 +      --uptime              : Display AP Uptime from Beacon Timestamp
 +      --wps                 : Display WPS information (if any)
       --output-format       --output-format
                   <formats> : Output format. Possible values:                   <formats> : Output format. Possible values:
-                              pcap, ivs, csv, gps, kismet, netxml+                              pcap, ivs, csv, gps, kismet, netxml, logcsv
                               Short format "-o"                               Short format "-o"
                               The option can be specified multiple times.  In this case, each file format                               The option can be specified multiple times.  In this case, each file format
Line 34: Line 37:
       --ignore-negative-one : Removes the message that says       --ignore-negative-one : Removes the message that says
                               fixed channel <interface>: -1                               fixed channel <interface>: -1
 +      --write-interval
 +                  <seconds> : Output file(s) write interval in seconds
  
   Filter options:   Filter options:
Line 46: Line 51:
   By default, airodump-ng hop on 2.4GHz channels.   By default, airodump-ng hop on 2.4GHz channels.
   You can make it capture on other/specific channel(s) by using:   You can make it capture on other/specific channel(s) by using:
 +      --ht20                : Set channel to HT20 (802.11n)
 +      --ht40-               : Set channel to HT40- (802.11n)
 +      --ht40+               : Set channel to HT40+ (802.11n)
       --channel <channels>  : Capture on specific channels       --channel <channels>  : Capture on specific channels
       --band <abg>          : Band on which airodump-ng should hop       --band <abg>          : Band on which airodump-ng should hop
Line 105: Line 113:
 |ESSID|Shows the wireless network name.  The so-called "SSID", which can be empty if SSID hiding is activated. In this case, airodump-ng will try to recover the SSID from probe responses and association requests.  See [[airodump-ng#hidden_ssids_length|this section]] for more information concerning hidden ESSIDs.| |ESSID|Shows the wireless network name.  The so-called "SSID", which can be empty if SSID hiding is activated. In this case, airodump-ng will try to recover the SSID from probe responses and association requests.  See [[airodump-ng#hidden_ssids_length|this section]] for more information concerning hidden ESSIDs.|
 |STATION|MAC address of each associated station or stations searching for an AP to connect with. Clients not currently associated with an AP have a BSSID of "(not associated)".| |STATION|MAC address of each associated station or stations searching for an AP to connect with. Clients not currently associated with an AP have a BSSID of "(not associated)".|
 +|Rate| Station's receive rate, followed by transmit rate. Displays "e" following each rate if the network has QoS enabled.|
 |Lost|The number of data packets lost over the last 10 seconds based on the sequence number.  See note below for a more detailed explanation.| |Lost|The number of data packets lost over the last 10 seconds based on the sequence number.  See note below for a more detailed explanation.|
 |Packets|The number of data packets sent by the client.| |Packets|The number of data packets sent by the client.|
Line 275: Line 284:
   * You run airmon-ng to set the channel while airodump-ng is running.  Do not do this.   * You run airmon-ng to set the channel while airodump-ng is running.  Do not do this.
   * You run another instance of airodump-ng in scanning mode or set to another channel.  Stop airodump-ng and do not do this.   * You run another instance of airodump-ng in scanning mode or set to another channel.  Stop airodump-ng and do not do this.
-  * There is a known bug that affects recent versions of compat-wireless or wireless-testing drivers (shows channel as -1): http://trac.aircrack-ng.org/ticket/742 
 \\ \\
 \\ \\
airodump-ng.txt · Last modified: 2022/05/01 21:03 by mister_x