Knowledge Base
Scan network for IP address
Example #1*
* This command is quick but does not always get all devices on the network (like an Android device, for example).
nmap -sP 192.168.1.0/24
Example #2* 3
* Takes longer but gets all devices on a network.
sudo nmap -Pn 10.0.0.*
Example #3
arp -a
NULL