We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b179614 commit 34e2338Copy full SHA for 34e2338
pages.zh/common/aireplay-ng.md
@@ -0,0 +1,9 @@
1
+# aireplay-ng
2
+
3
+> 向无线网络注入数据包。
4
+> `aircrack-ng` 的一部分。
5
+> 更多信息:<https://www.aircrack-ng.org/doku.php?id=aireplay-ng>.
6
7
+- 向指定的接入点(AP)MAC 地址、客户端 MAC 地址和接口发送指定数量的去关联(disassociate)数据包:
8
9
+`sudo aireplay-ng --deauth {{count}} --bssid {{ap_mac}} --dmac {{client_mac}} {{interface}}`
0 commit comments