Differences

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

toh:netgear:telnet.console [2013/02/17 04:40]
theoradicus
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 15: Line 15:
  * WNR1000 v2: works. Does not require username/password for login. On connection the '#' prompt is displayed.   * WNR1000 v2: works. Does not require username/password for login. On connection the '#' prompt is displayed.
  * [[oldwiki/openwrtdocs/hardware/netgear/WNDR3300]] : works. Does not require username/password for login.  On connection the '#' prompt is displayed.   * [[oldwiki/openwrtdocs/hardware/netgear/WNDR3300]] : works. Does not require username/password for login.  On connection the '#' prompt is displayed.
-  * [[toh/netgear/WNR3400|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/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 176: 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.1361072454.txt.bz2 · Last modified: 2013/02/17 04:40 by theoradicus