1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 19:15:25 +02:00

netdiscover: add page (#13840)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
ElnurBDa 2024-09-29 18:16:14 +01:00 committed by GitHub
parent 2826d18b42
commit ecd64759d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,8 @@
# 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}}`