Forrest logo
back to context overview

airodump-ng

List of commands for airodump-ng:

  • airodump-ng:tldr:20d7f airodump-ng: Capture packets and display information about a wireless network.
    $ sudo airodump-ng ${interface}
    try on your machine
    explain this command
  • airodump-ng:tldr:2f8eb airodump-ng: Capture packets and display information about a wireless network given the MAC address and channel, and save the output to a file.
    $ sudo airodump-ng --channel ${channel} --write ${filename} --bssid ${mac} ${interface}
    try on your machine
    explain this command
back to context overview