diff --git a/pages/common/netdiscover.md b/pages/common/netdiscover.md new file mode 100644 index 0000000000..e0896897a4 --- /dev/null +++ b/pages/common/netdiscover.md @@ -0,0 +1,8 @@ +# netdiscover + +> Network scanner used to find live hosts on a network. +> More information: . + +- Scan the IP range on the network interface for active hosts: + +`netdiscover -r {{172.16.6.0/23}} -i {{ens244}}`