mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:22:09 +02:00
airmon-ng: add Chinese translation (#9172)
This commit is contained in:
parent
59e59ea818
commit
a69bc58fb8
1 changed files with 20 additions and 0 deletions
20
pages.zh/common/airmon-ng.md
Normal file
20
pages.zh/common/airmon-ng.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# airmon-ng
|
||||
|
||||
> 激活无线网络设备的监控模式。
|
||||
> 更多信息:<https://www.aircrack-ng.org/doku.php?id=airmon-ng>.
|
||||
|
||||
- 列出无线设备和它们的状态:
|
||||
|
||||
`sudo airmon-ng`
|
||||
|
||||
- 为一个特定的设备打开监控模式:
|
||||
|
||||
`sudo airmon-ng start {{wlan0}}`
|
||||
|
||||
- 关闭使用无线设备的干扰进程:
|
||||
|
||||
`sudo airmon-ng check kill`
|
||||
|
||||
- 关闭某个特定网络接口的监控模式:
|
||||
|
||||
`sudo airmon-ng stop {{wlan0mon}}`
|
Loading…
Add table
Reference in a new issue