├── AVM.md ├── Buffalo.md ├── Cisco.md ├── D-Link.md ├── Dell.md ├── Freifunk.md ├── LICENSE ├── Linksys.md ├── LogiLink.md ├── Netgear.md ├── ReadMe.md ├── TP-Link.md ├── Template.md ├── Ubiquiti.md └── Zyxel.md /AVM.md: -------------------------------------------------------------------------------- 1 | # AVM 2 | 3 | ## FRITZ!Box 6360 Cable (kbw) 4 | 5 | Category | Value 6 | ----------------|-------------- 7 | SSID (WLAN-Name if available) | FRITZ!Box 6360 Cable 8 | WLAN-Password | see on the back of the device 9 | Router IP-Address | 192.168.178.1 10 | Webinterface Username | none 11 | Webinterface Password | none 12 | -------------------------------------------------------------------------------- /Buffalo.md: -------------------------------------------------------------------------------- 1 | # Buffalo 2 | 3 | ## Unknown 4 | 5 | Category | Value 6 | ----------------|-------------- 7 | SSID (WLAN-Name if available) | Unknown 8 | WLAN-Password | Unknown 9 | Router IP-Address | 192.168.11.1 10 | Webinterface Username | root 11 | Webinterface Password | n/a 12 | 13 | ## Model-2 14 | 15 | [...] -------------------------------------------------------------------------------- /Cisco.md: -------------------------------------------------------------------------------- 1 | # Cisco 2 | 3 | ## Unknown 4 | 5 | Category | Value 6 | ----------------|-------------- 7 | SSID (WLAN-Name if available) | Unknown 8 | WLAN-Password | Unknown 9 | Router IP-Address | Unknown 10 | Webinterface Username | cisco or not required 11 | Webinterface Password | cisco or san-fran 12 | 13 | ## Model-2 14 | 15 | [...] -------------------------------------------------------------------------------- /D-Link.md: -------------------------------------------------------------------------------- 1 | # D-Link 2 | 3 | ## Unknown 4 | 5 | Category | Value 6 | ----------------|-------------- 7 | SSID (WLAN-Name if available) | Unknown 8 | WLAN-Password | Unknown 9 | Router IP-Address | 192.168.0.1 , 192.168.0.30 , 192.168.0.50 or 192.168.1.1 10 | Webinterface Username | Admin , admin or user 11 | Webinterface Password | Admin , 1234 , year2000 or admin 12 | 13 | ## Model-2 14 | 15 | [...] -------------------------------------------------------------------------------- /Dell.md: -------------------------------------------------------------------------------- 1 | # Vendor Name 2 | 3 | ## Unknown 4 | 5 | Category | Value 6 | ----------------|-------------- 7 | SSID (WLAN-Name if available) | Unknown 8 | WLAN-Password | Unknown 9 | Router IP-Address | 192.168.1.1 10 | Webinterface Username | admin 11 | Webinterface Password | admin 12 | 13 | ## Model-2 14 | 15 | [...] -------------------------------------------------------------------------------- /Freifunk.md: -------------------------------------------------------------------------------- 1 | ## Freifunk 2 | 3 | ## General 4 | 5 | Category | Value 6 | ----------------|-------------- 7 | SSID (WLAN-Name if available) | {city}.freifunk.net or freifunk.net 8 | WLAN-Password | none 9 | Router IP-Address | 192.168.1.1 only available in configuration mode 10 | Webinterface Username | none 11 | Webinterface Password | none 12 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | This is free and unencumbered software released into the public domain. 2 | 3 | Anyone is free to copy, modify, publish, use, compile, sell, or 4 | distribute this software, either in source code form or as a compiled 5 | binary, for any purpose, commercial or non-commercial, and by any 6 | means. 7 | 8 | In jurisdictions that recognize copyright laws, the author or authors 9 | of this software dedicate any and all copyright interest in the 10 | software to the public domain. We make this dedication for the benefit 11 | of the public at large and to the detriment of our heirs and 12 | successors. We intend this dedication to be an overt act of 13 | relinquishment in perpetuity of all present and future rights to this 14 | software under copyright law. 15 | 16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 17 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 18 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 19 | IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR 20 | OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 21 | ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 22 | OTHER DEALINGS IN THE SOFTWARE. 23 | 24 | For more information, please refer to -------------------------------------------------------------------------------- /Linksys.md: -------------------------------------------------------------------------------- 1 | # Linksys 2 | 3 | ## Unknown 4 | 5 | Category | Value 6 | ----------------|-------------- 7 | SSID (WLAN-Name if available) | Unknown 8 | WLAN-Password | Unknown 9 | Router IP-Address | 192.168.0.1 , 192.168.1.1 , 192.168.1.225 , 192.168.1.226 , 192.168.1.245 , 192.168.1.246 or 192.168.1.251 10 | Webinterface Username | Administrator or admin 11 | Webinterface Password | admin 12 | 13 | ## Model-2 14 | 15 | [...] -------------------------------------------------------------------------------- /LogiLink.md: -------------------------------------------------------------------------------- 1 | # LogiLink 2 | 3 | ## WL-XXX-Series 4 | 5 | Category | Value 6 | ----------------|-------------- 7 | SSID (WLAN-Name if available) | LogiLink 8 | WLAN-Password | 12345678 9 | Router IP-Addresss | 192.168.2.1 10 | Webinterface Username | (No username required) 11 | Webinterface Password | admin 12 | 13 | ## Model-2 14 | 15 | [...] -------------------------------------------------------------------------------- /Netgear.md: -------------------------------------------------------------------------------- 1 | # Netgear 2 | 3 | ## Unknown 4 | 5 | Category | Value 6 | ----------------|-------------- 7 | SSID (WLAN-Name if available) | Unknown 8 | WLAN-Password | Unknown 9 | Router IP-Address | 192.168.0.1 or 192.168.0.22 10 | Webinterface Username | admin 11 | Webinterface Password | password 12 | 13 | ## Model-2 14 | 15 | [...] -------------------------------------------------------------------------------- /ReadMe.md: -------------------------------------------------------------------------------- 1 | # Default Router Passwords 2 | 3 | ## Description 4 | 5 | Many routes or W-Lan routers uses default passwords or passwords generated from the mac-address 6 | (the mac-address is publicly viewable to everyone). There is no doubt that these techniques are insecure. 7 | Especially if it's the same to the W-LAN password. So everyone could gain access to your private network and do 8 | more stuff there. 9 | 10 | This provides a documentation on how these passwords are generated and which 11 | default passwords are used for specific devices. 12 | 13 | Besides this should also provide details about configuring your new device. Many vendors uses different 14 | default webinterface ip-addresses and login credentials. So this can be used as a reference for helping you out. 15 | 16 | ## Contribute 17 | 18 | This project is open for contributes. Just make a pull request. 19 | You also edit the file directly here on Github by using the edit button when you are in a file or 20 | the create new file button when you are in a folder. 21 | 22 | There is a Template.md which should help how a new entry should be inserted. 23 | If something is unknown to you just enter unknown at that category. 24 | 25 | ## Find your device 26 | 27 | ##### Using Hotkeys 28 | 29 | 1. Press CTR + T 30 | 2. Enter your vendor name 31 | 3. Open the file 32 | 4. Lookup for your device model 33 | 34 | ##### Search 35 | 36 | 1. Use the searchbar at the top 37 | 2. Type in your model or vendor name 38 | 3. It will search through all files 39 | -------------------------------------------------------------------------------- /TP-Link.md: -------------------------------------------------------------------------------- 1 | # TP-Link 2 | 3 | ## TP-Link TL-WRXXX-Series N/ND 4 | 5 | Category | Value 6 | ----------------|-------------- 7 | SSID (WLAN-Name if available) | TL-LINK_{Model}_{MAC-Address} 8 | WLAN-Password | Random 9 | Router IP-Address | 192.168.0.1 10 | Webinterface Username | admin 11 | Webinterface Password | admin 12 | 13 | ## TP-Link TL-WAXXX-Series N/ND 14 | 15 | Category | Value 16 | ----------------|-------------- 17 | SSID (WLAN-Name if available) | TL-LINK_{MAC-Address} 18 | WLAN-Password | {Unknown} 19 | Router IP-Address | 192.168.0.1 20 | Webinterface Username | admin 21 | Webinterface Password | admin 22 | 23 | ## TP-Link TL-WR702 N/D 24 | 25 | Category | Value 26 | ----------------|-------------- 27 | SSID (WLAN-Name if available) | TL-LINK_{Last six characters of the mac} 28 | WLAN-Password | Last 8 characters of the mac address 29 | Router IP-Address | 192.168.0.254 30 | Webinterface Username | admin 31 | Webinterface Password | admin 32 | -------------------------------------------------------------------------------- /Template.md: -------------------------------------------------------------------------------- 1 | # Vendor Name 2 | 3 | ## Model 4 | 5 | Category | Value 6 | ----------------|-------------- 7 | SSID (WLAN-Name if available) | 8 | WLAN-Password | 9 | Router IP-Address | 10 | Webinterface Username | 11 | Webinterface Password | 12 | 13 | ## Model-2 14 | 15 | [...] -------------------------------------------------------------------------------- /Ubiquiti.md: -------------------------------------------------------------------------------- 1 | # Ubiquiti 2 | 3 | ## airRouter 4 | 5 | Category | Value 6 | ----------------|-------------- 7 | SSID (WLAN-Name if available) | Unknown 8 | WLAN-Password | Unknown 9 | Router IP-Address | 192.168.1.1 10 | Webinterface Username | ubnt 11 | Webinterface Password | ubnt 12 | 13 | ## airGateway 14 | 15 | Category | Value 16 | ----------------|-------------- 17 | SSID (WLAN-Name if available) | Unknown 18 | WLAN-Password | Unknown 19 | Router IP-Address | 192.168.1.1 20 | Webinterface Username | ubnt 21 | Webinterface Password | ubnt 22 | 23 | ## NanoStation Loco M2 24 | 25 | Category | Value 26 | ----------------|-------------- 27 | SSID (WLAN-Name if available) | UBNT-NSM2 28 | WLAN-Password | Unknown 29 | Router IP-Address | 192.168.1.20 30 | Webinterface Username | ubnt 31 | Webinterface Password | ubnt 32 | 33 | ## airMax 34 | 35 | Category | Value 36 | ----------------|-------------- 37 | SSID (WLAN-Name if available) | Unknown 38 | WLAN-Password | Unknown 39 | Router IP-Address | 192.168.1.20 40 | Webinterface Username | ubnt 41 | Webinterface Password | ubnt 42 | 43 | ## UniFi AP access point 44 | 45 | Category | Value 46 | ----------------|-------------- 47 | SSID (WLAN-Name if available) | Unknown 48 | WLAN-Password | Unknown 49 | Router IP-Address | 192.168.1.100 50 | Webinterface Username | ubnt or admin 51 | Webinterface Password | ubnt or admin 52 | 53 | ## AirOS-AirGrid-M5HP 54 | 55 | Category | Value 56 | ----------------|-------------- 57 | SSID (WLAN-Name if available) | Unknown 58 | WLAN-Password | Unknown 59 | Router IP-Address | 192.168.0.1 or 192.168.1.1 60 | Webinterface Username | blank or ubnt 61 | Webinterface Password | blank or ubnt -------------------------------------------------------------------------------- /Zyxel.md: -------------------------------------------------------------------------------- 1 | # Zyxel 2 | 3 | ## Unknown 4 | 5 | Category | Value 6 | ----------------|-------------- 7 | SSID (WLAN-Name if available) | Unknown 8 | WLAN-Password | Unknown 9 | Router IP-Address | 192.168.1.1 10 | Webinterface Username | admin or not required 11 | Webinterface Password | admin or 1234 12 | 13 | ## Model-2 14 | 15 | [...] --------------------------------------------------------------------------------