The home router webpage lists connected MAC addresses. Is there a way to determine what the device is (e.g. iPad, PS3, Nintendo Switch, Windows laptop) and info about it (e.g. name input by its user) without physically accessing the device? Are there commands I can execute in QTerminal?
The first 3 Bytes of a MAC-address are assigned to the manufacturer, so in principle it is possible/easy to find the first part of your question.
I don't know about any downloadable database that contains those relations though (apart from installing wireshark, which has one built in but thats overkill here). So you would take the first 3 parts of any mac-address (like
90:5c:44
) and google it.Be aware that it is easy to spoof a MAC address - so don't make security decisions based on that information.
However there is no way to find any local modifications without direct access to the other machine.