airodump-ng: add Chinese translation (#9897)

pull/13/head
Ethan Liu 2023-03-07 19:12:57 +08:00 committed by GitHub
parent 65c606b09b
commit cd94f05a47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View 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}}`