Linux command
airmon-ng 命令
安全
权限或系统影响较大,执行前请核对目标。
常用示例
List
sudo airmon-ng
Enable
sudo airmon-ng start [wlan0]
Example
sudo airmon-ng start [wlan0] [6]
Disable
sudo airmon-ng stop [wlan0mon]
Kill
sudo airmon-ng check kill
说明
airmon-ng manages wireless interfaces for monitor mode operation. Monitor mode allows capturing all wireless packets in range, not just those addressed to your device, which is required for wireless security auditing. The tool can identify and kill processes that might interfere with monitor mode operation, such as NetworkManager and wpa_supplicant.
参数
- start _interface_
- Enable monitor mode on interface
- stop _interface_
- Disable monitor mode
- check
- List processes that may interfere
- check kill
- Kill interfering processes
- channel
- Lock interface to specific channel
FAQ
What is the airmon-ng command used for?
airmon-ng manages wireless interfaces for monitor mode operation. Monitor mode allows capturing all wireless packets in range, not just those addressed to your device, which is required for wireless security auditing. The tool can identify and kill processes that might interfere with monitor mode operation, such as NetworkManager and wpa_supplicant.
How do I run a basic airmon-ng example?
Run `sudo airmon-ng` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does start _interface_ do in airmon-ng?
Enable monitor mode on interface