Is it possible to get a router’s IP address from a Wi-Fi signal without having to connect in, given that it's broadcasting Wi-Fi, but requires a WPA password?
Asked
Active
Viewed 259 times
2 Answers
8
You can't:
And it's simply, IEEE 802.11 and variants work in Layer 2 and Layer 1 in the OSI Model.
To be able to discover another host using UDP datagrams, TCP packets, or even ICMP, you need third-layer connectivity.
That Brazilian Guy
- 7,094
Francisco Tapia
- 2,664
0
I do not believe so. You can find it's MAC address but I don't believe you will get the IP address until you have successfully connected.
Julian Knight
- 14,749
- 3
- 31
- 46