airodump-ng: add page (#9114)
This commit is contained in:

committed by
GitHub

parent
b53b33a074
commit
2603b45852
@@ -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:
|
||||
|
13
pages/common/airodump-ng.md
Normal file
13
pages/common/airodump-ng.md
Normal 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}}`
|
Reference in New Issue
Block a user