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

20
pages/common/arp-scan.md Normal file
View File

@@ -0,0 +1,20 @@
# arp-scan
> Send ARP packets to hosts (specified as IP addresses or hostnames) to scan the local network.
> More information: <https://github.com/royhills/arp-scan>.
- Scan the current local network:
`arp-scan --localnet`
- Scan an IP network with a custom bitmask:
`arp-scan {{192.168.1.1}}/{{24}}`
- Scan an IP network within a custom range:
`arp-scan {{127.0.0.0}}-{{127.0.0.31}}`
- Scan an IP network with a custom net mask:
`arp-scan {{10.0.0.0}}:{{255.255.255.0}}`