mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
14 lines
352 B
Plaintext
14 lines
352 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# netdiscover
|
|
|
|
> Network scanner used to find live hosts on a network.
|
|
> More information: <https://github.com/netdiscover-scanner/netdiscover>.
|
|
|
|
- Scan the IP range on the network interface for active hosts:
|
|
|
|
`netdiscover -r {{172.16.6.0/23}} -i {{ens244}}`
|