mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:02:08 +02:00
arp-scan: clarified page
This commit is contained in:
parent
10bac7b872
commit
00b7b9879a
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# arp-scan
|
# arp-scan
|
||||||
|
|
||||||
> Send ARP packets to hosts on the local network to scan which ones answer.
|
> Send ARP packets to hosts (specified as IP addresses or hostnames) to scan the local network.
|
||||||
|
|
||||||
- Scan the current local network:
|
- Scan the current local network:
|
||||||
|
|
||||||
`arp-scan --localnet`
|
`arp-scan --localnet`
|
||||||
|
|
||||||
- Scan an IP network with a custom bits mask:
|
- Scan an IP network with a custom bitmask:
|
||||||
|
|
||||||
`arp-scan {{192.168.1.1}}/{{24}}`
|
`arp-scan {{192.168.1.1}}/{{24}}`
|
||||||
|
|
||||||
|
@ -14,6 +14,6 @@
|
||||||
|
|
||||||
`arp-scan {{127.0.0.0}}-{{127.0.0.31}}`
|
`arp-scan {{127.0.0.0}}-{{127.0.0.31}}`
|
||||||
|
|
||||||
- Scan an IN network with a custom net mask:
|
- Scan an IP network with a custom net mask:
|
||||||
|
|
||||||
`arp-scan {{10.0.0.0}}:{{255.255.255.0}}`
|
`arp-scan {{10.0.0.0}}:{{255.255.255.0}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue