add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

12
pages.zh/common/dhcpwn.md Normal file
View File

@@ -0,0 +1,12 @@
# dhcpwn
> 测试 DHCP IP 耗尽攻击并嗅探本地 DHCP 流量。
> 更多信息:<https://github.com/mschwager/dhcpwn>。
- 使用 IP 请求淹没网络:
`dhcpwn --interface {{network_interface}} flood --count {{number_of_requests}}`
- 嗅探本地 DHCP 流量:
`dhcpwn --interface {{network_interface}} sniff`