tldr/pages/common/arp-scan.md

21 lines
481 B
Markdown
Raw Normal View History

2017-11-28 09:26:57 +00:00
# arp-scan
2017-11-29 08:43:09 +00:00
> Send ARP packets to hosts (specified as IP addresses or hostnames) to scan the local network.
> More information: <https://github.com/royhills/arp-scan>.
2017-11-28 09:26:57 +00:00
- Scan the current local network:
`arp-scan --localnet`
2017-11-29 08:43:09 +00:00
- Scan an IP network with a custom bitmask:
2017-11-28 09:26:57 +00:00
`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}}`
2017-11-29 08:43:09 +00:00
- Scan an IP network with a custom net mask:
2017-11-28 09:26:57 +00:00
`arp-scan {{10.0.0.0}}:{{255.255.255.0}}`