Differences

This shows you the differences between two versions of the page.

toh:netgear:telnet.console [2013/01/05 22:11]
justletmedoit update WNDR4300 info
toh:netgear:telnet.console [2013/03/27 18:34] (current)
johill don't really need to pass MAC address without colons in upper case .. python can easily do that
Line 17: Line 17:
  * [[toh/netgear/WNR3500]] v1.0.29: works. Does NOT ask for username/password on login. On connection you should be dropped on a '#' prompt.   * [[toh/netgear/WNR3500]] v1.0.29: works. Does NOT ask for username/password on login. On connection you should be dropped on a '#' prompt.
  * [[toh/netgear/wnr3500l|WNR3500L]] V1.2.2.44: Works.  Does NOT ask for username/password on login. Dropped to '#' prompt on connection.   * [[toh/netgear/wnr3500l|WNR3500L]] V1.2.2.44: Works.  Does NOT ask for username/password on login. Dropped to '#' prompt on connection.
 +  * [[toh/netgear/WNDR3400|WNDR3400v2]] v1.0.0.16_1.0.34 works. Does NOT ask for username/password on login. On connection you should be dropped on a '#' prompt.
  * [[toh/netgear/WNDR3700]] V1.0.7.98: known to work - Does NOT ask for username/password. After connection you will be root at BusyBox v1.4.2.   * [[toh/netgear/WNDR3700]] V1.0.7.98: known to work - Does NOT ask for username/password. After connection you will be root at BusyBox v1.4.2.
  * [[toh/netgear/WNDR3800]] v1.0.0.16 Tested with the python script of telnet enable.   * [[toh/netgear/WNDR3800]] v1.0.0.16 Tested with the python script of telnet enable.
Line 175: Line 176:
  ip = args[0]   ip = args[0]
-  mac = args[1]+  mac = args[1].replace(':', '').upper()
  username = args[2]   username = args[2]

Back to top

toh/netgear/telnet.console.1357420291.txt.bz2 · Last modified: 2013/01/05 22:11 by justletmedoit