mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 01:15:35 +02:00
airodump-ng: add Chinese translation (#9897)
This commit is contained in:
parent
65c606b09b
commit
cd94f05a47
1 changed files with 13 additions and 0 deletions
13
pages.zh/common/airodump-ng.md
Normal file
13
pages.zh/common/airodump-ng.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# airodump-ng
|
||||
|
||||
> 捕获数据包并显示有关无线网络的信息。
|
||||
> `aircrack-ng` 的一部分。
|
||||
> 更多信息: <https://www.aircrack-ng.org/doku.php?id=airodump-ng>.
|
||||
|
||||
- 捕获数据包并显示有关无线网络的信息:
|
||||
|
||||
`sudo airodump-ng {{interface}}`
|
||||
|
||||
- 捕获数据包并显示有关无线网络的信息,给定 MAC 地址和信道,并将输出保存到文件中:
|
||||
|
||||
`sudo airodump-ng --channel {{信道}} --write {{路径/到/文件}} --bssid {{mac}} {{interface}}`
|
Loading…
Add table
Reference in a new issue