arp-scan: move to common platform (#6395)

This commit is contained in:
gkah
2021-09-08 21:32:06 +09:00
committed by GitHub
parent ca6d87cd30
commit ef69c60c84
3 changed files with 0 additions and 0 deletions

View File

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