airodump-ng: add page (#9114)

pull/1/head
Cristian Bastidas 2022-10-30 06:20:34 -05:00 committed by GitHub
parent b53b33a074
commit 2603b45852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# airmon-ng
> Activate monitor mode on wireless network devices.
> Part of `aircrack-ng`.
> More information: <https://www.aircrack-ng.org/doku.php?id=airmon-ng>.
- List wireless devices and their statuses:

View File

@ -0,0 +1,13 @@
# airodump-ng
> Capture packets and display information about wireless networks.
> Part of `aircrack-ng`.
> More information: <https://www.aircrack-ng.org/doku.php?id=airodump-ng>.
- Capture packets and display information about a wireless network:
`sudo airodump-ng {{interface}}`
- 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 {{path/to/file}} --bssid {{mac}} {{interface}}`