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

View File

@@ -1,20 +1,20 @@
# arp-scan
> 发送 ARP 数据包到特定主机(指定 IP 地址或主机名),来扫描本地网络。
> 更多信息:<https://github.com/royhills/arp-scan>.
> 发送 ARP 数据包到主机(指定 IP 地址或主机名)扫描本地网络。
> 更多信息:<https://github.com/royhills/arp-scan>
- 扫描当前本地网络:
`arp-scan --localnet`
- 扫描带有自定义位掩码 IP 网络:
- 使用自定义位掩码扫描 IP 网络:
`arp-scan {{192.168.1.1}}/{{24}}`
- 扫描自定义范围内 IP 网络:
- 自定义范围内扫描 IP 网络:
`arp-scan {{127.0.0.0}}-{{127.0.0.31}}`
- 扫描带有自定义子网掩码 IP 网络:
- 使用自定义子网掩码扫描 IP 网络:
`arp-scan {{10.0.0.0}}:{{255.255.255.0}}`
`arp-scan {{10.0.0.0}}:{{255.255.255.0}}`