diff --git a/pages/common/airmon-ng.md b/pages/common/airmon-ng.md index 6b3b1c5878..492ec04ca2 100644 --- a/pages/common/airmon-ng.md +++ b/pages/common/airmon-ng.md @@ -1,6 +1,7 @@ # airmon-ng > Activate monitor mode on wireless network devices. +> Part of `aircrack-ng`. > More information: . - List wireless devices and their statuses: diff --git a/pages/common/airodump-ng.md b/pages/common/airodump-ng.md new file mode 100644 index 0000000000..8f0ebb723b --- /dev/null +++ b/pages/common/airodump-ng.md @@ -0,0 +1,13 @@ +# airodump-ng + +> Capture packets and display information about wireless networks. +> Part of `aircrack-ng`. +> More information: . + +- 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}}`