mirror of https://github.com/CrimsonTome/tldr.git
airodump-ng: add page (#9114)
parent
b53b33a074
commit
2603b45852
|
@ -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:
|
||||||
|
|
|
@ -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…
Reference in New Issue