scan_local_network_with_nmap

posted: Jun 22, 2021

You want to find out which devices are available in your local area network - connected to your router. The tool “nmap” can do this. The command

nmap 192.168.1.0/24

returns exactly that.