HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

netdiscover — Network scanner used to find live hosts on a network. More information: <https://github.com/netdisco

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandscannerfindlivenetdiscovernetworkusedcli

Problem

How to use the netdiscover command: Network scanner used to find live hosts on a network. More information: <https://github.com/netdiscover-scanner/netdiscover>.

Solution

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

Code Snippets

Scan the IP range on the network interface for active hosts

netdiscover -r {{172.16.6.0/23}} -i {{ens244}}

Context

tldr-pages: common/netdiscover

Revisions (0)

No revisions yet.