mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
airodump-ng: update Chinese translation (#13112)
This commit is contained in:
parent
930b847344
commit
9cb8441cdd
1 changed files with 10 additions and 2 deletions
|
@ -6,8 +6,16 @@
|
|||
|
||||
- 捕获数据包并显示有关无线网络的信息:
|
||||
|
||||
`sudo airodump-ng {{interface}}`
|
||||
`sudo airodump-ng {{网络接口}}`
|
||||
|
||||
- 捕获数据包并显示关于 5GHz 频段无线网络的信息:
|
||||
|
||||
`sudo airodump-ng {{网络接口}} --band a`
|
||||
|
||||
- 捕获数据包并显示关于 2.4GHz 和 5GHz 频段无线网络的信息:
|
||||
|
||||
`sudo airodump-ng {{网络接口}} --band abg`
|
||||
|
||||
- 捕获数据包并显示有关无线网络的信息,给定 MAC 地址和信道,并将输出保存到文件中:
|
||||
|
||||
`sudo airodump-ng --channel {{信道}} --write {{路径/到/文件}} --bssid {{mac}} {{interface}}`
|
||||
`sudo airodump-ng --channel {{信道}} --write {{路径/到/文件}} --bssid {{mac}} {{网络接口}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue