mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-14 00:59:29 +00:00
Update cheatsheets
This commit is contained in:
25
arp-scan
Normal file
25
arp-scan
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user