You are on page 1of 1

How do I find someone's IP address on the

same network?

·
Follow
Consultant II, Attack & Pen with OptivUpdated 3y
The simplest way to do that is Nmap (on OS X, Windows and Linux) with OS
fingerprinting option.

Say your network is 192.168.1.0/24, you could run nmap -Ss -O -T4 192.168.1.0/24.

Another option (from Kali Linux) is netdiscover -r 192.168.1.0/24

In Windows you can also run something like nbtstat 192.168.1.0/24.

You might also like