1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/common/netdiscover.md
ElnurBDa ecd64759d0
netdiscover: add page (#13840)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-09-29 22:46:14 +05:30

259 B

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}}