Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.

Install NMap (Linux or Windows) and run:

nmap -vv -o 192.168.0.10

nmap -vv -o 192.168.0.10 

(-vv = VeryVerbose

Very Verbose, -o = Detect Operating System)

ShouldThis should give you a good idea of what kind of device it is, it's MAC Address, open ports, etc.

Install NMap (Linux or Windows) and run:

nmap -vv -o 192.168.0.10

-vv = VeryVerbose

-o = Detect Operating System

Should give you a good idea of what kind of device it is, it's MAC Address, open ports, etc.

Install NMap (Linux or Windows) and run:

nmap -vv -o 192.168.0.10 

(-vv = Very Verbose, -o = Detect Operating System)

This should give you a good idea of what kind of device it is, it's MAC Address, open ports, etc.

Source Link
Mark Unwin
  • 255
  • 1
  • 6

Install NMap (Linux or Windows) and run:

nmap -vv -o 192.168.0.10

-vv = VeryVerbose

-o = Detect Operating System

Should give you a good idea of what kind of device it is, it's MAC Address, open ports, etc.