Skip to content

Latest commit

 

History

History
111 lines (87 loc) · 12.7 KB

address.md

File metadata and controls

111 lines (87 loc) · 12.7 KB

Router's IP address

This tool requires one to connect to a Wi-Fi whose router is pentested. Therefore, figuring out the router's IP address in the network (Local Area Network) is a must.


Windows

In Windows, you can open Command Prompt (CMD) then execute ipconfig to see router's IP address.


MacOS

  1. Click the Wi-Fi symbol on the menu bar.
  2. Click Network Preferences.
  3. On the Wi-Fi tab, click Advanced button.
  4. Press on TCP/IP tab, your Wi-Fi router IP address will be listed under the Router.

Linux

Based on this answer on StackOverflow, try one of these commands :

netstat -nr | awk '$1 == "0.0.0.0"{print$2}'
ip route show | grep -i 'default via'| awk '{print $3 }'

The output should look like 192.168.1.1 that indicates the Internet Gateway of your Local Area Network (Wi-Fi).




Default router's IP address

Here is some routers' IP addresses :


Router Brand

Login IP
2Wire 192.168.1.1
192.168.0.1
192.168.1.254
10.0.0.138
3Com 192.168.1.1
192.168.1.10.1
Actiontec 192.168.1.1
192.168.0.1
192.168.2.1
192.168.254.254
Airlink 192.168.1.1
192.168.2.1
Airlive 192.168.2.1
Airties 192.168.2.1
Apple 10.0.1.1
Amped Wireless 192.168.3.1
Asus 192.168.1.1
192.168.2.1
10.10.1.1
Aztech 192.168.1.1
192.168.2.1
192.168.1.254
192.168.254.254
Belkin 192.168.1.1
192.168.2.1
10.0.0.2
10.1.1.1
Billion 192.168.1.254
10.0.0.2
Buffalo 192.168.1.1
192.168.11.1
Dell 192.168.1.1
Cisco 192.168.1.1
192.168.0.30
192.168.0.50
10.0.0.1
10.0.0.2
D-Link 192.168.1.1
192.168.0.1
192.168.0.10
192.168.0.101
192.168.0.30
192.168.0.50
192.168.1.254
192.168.15.1
192.168.254.254
10.0.0.1
10.0.0.2
10.1.1.1
10.90.90.90
Edimax 192.168.2.1
Eminent 192.168.1.1
192.168.0.1
192.168.8.1
Gigabyte 192.168.1.254
Hawking 192.168.1.200
192.168.1.254
Huawei 192.168.1.1
192.168.0.1
192.168.3.1
192.168.8.1
192.168.100.1
10.0.0.138
Indihome 192.168.1.1
192.168.1.254
192.168.1.253
192.168.100.1
LevelOne 192.168.0.1
192.168.123.254
Linksys 192.168.1.1
192.168.0.1
192.168.1.10
192.168.1.210
192.168.1.254
192.168.1.99
192.168.15.1
192.168.16.1
192.168.2.1
Microsoft 192.168.2.1
Motorola 192.168.0.1
192.168.10.1
192.168.15.1
192.168.20.1
192.168.30.1
192.168.62.1
192.168.100.1
192.168.102.1
192.168.1.254
MSI 192.168.1.254
Netgear 192.168.0.1
192.168.0.227
NetComm 192.168.1.1
192.168.10.50
192.168.20.1
10.0.0.138
Netopia 192.168.0.1
192.168.1.254
Planet 192.168.1.1
192.168.0.1
192.168.1.254
Repotec 192.168.1.1
192.168.10.1
192.168.16.1
192.168.123.254
Senao 192.168.0.1
Siemens 192.168.1.1
192.168.0.1
192.168.1.254
192.168.2.1
192.168.254.254
10.0.0.138
10.0.0.2
Sitecom 192.168.0.1
192.168.1.254
192.168.123.254
10.0.0.1
SMC Networks 192.168.1.1
192.168.0.1
192.168.2.1
10.0.0.1
10.1.10.1
Sonicwall 192.168.0.3
192.168.168.168
SpeedTouch 10.0.0.138
192.168.1.254
Sweex 192.168.15.1
192.168.50.1
192.168.55.1
192.168.251.1
Tenda 192.168.1.1
192.168.0.1
Thomson 192.168.0.1
192.168.1.254
192.168.100.1
TP-Link 192.168.1.1
192.168.0.1
192.168.0.254
Trendnet 192.168.1.1
192.168.0.1
192.168.0.30
192.168.0.100
192.168.1.100
192.168.1.254
192.168.10.1
192.168.10.10
192.168.10.100
192.168.2.1
192.168.223.100
200.200.200.5
U.S. Robotics 192.168.1.1
192.168.2.1
192.168.123.254
Zoom 192.168.1.1
192.168.2.1
192.168.4.1
192.168.10.1
192.168.1.254
10.0.0.2
10.0.0.138
ZTE 192.168.1.1
192.168.0.1
192.168.100.100
192.168.1.254
192.168.2.1
192.168.2.254
Zyxel 192.168.1.1
192.168.0.1
192.168.2.1
192.168.4.1
192.168.10.1
192.168.1.254
192.168.254.254
10.0.0.2
10.0.0.138

"Why most of them starts with 192.168.XXX.XXX ?", "Also why 10.XXX.XXX.XXX ?"


According to RFC 1918, The Internet Assigned Numbers Authority (IANA), an organization that controls global IP address allocation, DNS management, and other Internet-related things, has reserved the following three blocks of the IP address space for private internets:

  • 10.0.0.0 - 10.255.255.255 (10/8 prefix)
  • 172.16.0.0 - 172.31.255.255 (172.16/12 prefix)
  • 192.168.0.0 - 192.168.255.255 (192.168/16 prefix)

By the way, RFC that stands for Request for Comments, is simply a kind of a standard of the Internet published by IETF.


Sources :