

Phantom Wolf wrote:Look in your router's configuration for something like "DHCP clients" or "attached devices".


Phantom Wolf wrote:Probably, but I don't know of any. Generally, to access your router's configuration you'd go to a website, probably http://192.168.1.0/ or http://192.168.1.1/
Why do you need a list of client IPs?


Nmap -sP 192.168.xx.1-99Nmap -sP 192.168.2.1-99
OnlyHuman wrote:UPDATE: Well lookie ~>here<~! Apparently pinging your broadcast address serves to make that batch idea above, even more time consuming and useless. Again, same principle applies for hosts that don't response to ICMP echo though. Plus some instructions for that sweep with nmap I mentioned too.
jgreen45 wrote:Where xx is your subnet, e.g mine is
- Code: Select all
Nmap -sP 192.168.2.1-99
nmap -sP 192.168.2.*
arp -a
Phantom Wolf wrote:jgreen45 wrote:Where xx is your subnet, e.g mine is
- Code: Select all
Nmap -sP 192.168.2.1-99
How about this?
- Code: Select all
nmap -sP 192.168.2.*

Users browsing this forum: No registered users and 0 guests