1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 01:26:03 +02:00

aireplay-ng: add Chinese translation (#9891)

This commit is contained in:
Ethan Liu 2023-02-24 11:10:20 +08:00 committed by GitHub
parent b1796140e4
commit 34e23384e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,9 @@
# aireplay-ng
> 向无线网络注入数据包。
> `aircrack-ng` 的一部分。
> 更多信息:<https://www.aircrack-ng.org/doku.php?id=aireplay-ng>.
- 向指定的接入点(AP)MAC 地址、客户端 MAC 地址和接口发送指定数量的去关联(disassociate)数据包:
`sudo aireplay-ng --deauth {{count}} --bssid {{ap_mac}} --dmac {{client_mac}} {{interface}}`