mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 15:46:02 +02:00
airodump-ng: add page (#9114)
This commit is contained in:
parent
b53b33a074
commit
2603b45852
2 changed files with 14 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# airmon-ng
|
# airmon-ng
|
||||||
|
|
||||||
> Activate monitor mode on wireless network devices.
|
> Activate monitor mode on wireless network devices.
|
||||||
|
> Part of `aircrack-ng`.
|
||||||
> More information: <https://www.aircrack-ng.org/doku.php?id=airmon-ng>.
|
> More information: <https://www.aircrack-ng.org/doku.php?id=airmon-ng>.
|
||||||
|
|
||||||
- List wireless devices and their statuses:
|
- 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}}`
|
Loading…
Add table
Reference in a new issue