How to get the devices details that are connected to my router? [closed] How to get the devices details that are connected to my router? [closed] linux linux

How to get the devices details that are connected to my router? [closed]


You can use something like nmap.

Example: nmap -O 192.168.0.0/24

This will get you the list of devices on the same network (which is, if you're in a router, most probably everyone) and -O will also do OS detection.