Forrest logo
back to context overview

airmon-ng

List of commands for airmon-ng:

  • airmon-ng:tldr:17b5d airmon-ng: List wireless devices and their statuses.
    $ sudo airmon-ng
    try on your machine
    explain this command
  • airmon-ng:tldr:49417 airmon-ng: Turn on monitor mode for a specific device.
    $ sudo airmon-ng start ${wlan0}
    try on your machine
    explain this command
  • airmon-ng:tldr:a5c5d airmon-ng: Turn off monitor mode for a specific network interface.
    $ sudo airmon-ng stop ${wlan0mon}
    try on your machine
    explain this command
  • airmon-ng:tldr:f33a0 airmon-ng: Kill disturbing processes that use wireless devices.
    $ sudo airmon-ng check kill
    try on your machine
    explain this command
back to context overview