mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:42:09 +02:00
arp-scan: add page
This commit is contained in:
parent
466412f558
commit
10bac7b872
1 changed files with 19 additions and 0 deletions
19
pages/linux/arp-scan.md
Normal file
19
pages/linux/arp-scan.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# arp-scan
|
||||
|
||||
> Send ARP packets to hosts on the local network to scan which ones answer.
|
||||
|
||||
- Scan the current local network:
|
||||
|
||||
`arp-scan --localnet`
|
||||
|
||||
- Scan an IP network with a custom bits mask:
|
||||
|
||||
`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 IN network with a custom net mask:
|
||||
|
||||
`arp-scan {{10.0.0.0}}:{{255.255.255.0}}`
|
Loading…
Add table
Reference in a new issue