1
0
Fork 0
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:
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

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