Alterando a senha raiz do telnet do roteador netgear

2

Eu tenho um roteador Netgear JNR1010, mas não consigo alterar a senha de root do roteador. Router Firmware Version is 1.0.0.18

Eu tentei vários comandos no console do Busybox que surgiram,

BusyBox v1.6.1 (2013-06-09 15:21:35 HKT) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

# chpasswd
-sh: chpasswd: not found

# <tab>
[                  grep               mkdir              siproxd
[[                 halt               mknod              sleep
arp                ifconfig           modprobe           start-stop-daemon
arping             igmpproxyv3        mount              straceroute
ash                inadyn             msntp              tar
auth               inetd              nbnslisten         tc
bing               init               nbsmtp             telnetd
brctl              insmod             nbtscan            test
busybox            ip                 netstat            tftp
cat                iptables           pc                 tftpd
cp                 iwcontrol          peanuthullc2       traceroute
date               iwpriv             ping               true
diag               kill               poweroff           udhcpc
dproxy             killall            pppd               udhcpc-discovery
echo               klogd              pppoe-discovery    udhcpd
egrep              l2tpd              pptp               udhcpplus
ethtool            logic              pptp_discovery     umount
fgrep              login              protest            upgrader
flash              logmonitor         ps                 upnp.sh
flash_test         ls                 reboot             vconfig
flush_conntrack    lsmod              ripd               watchdog
free               md5sum             rm                 wget
fuser              mesg               rmmod              wscd
getopt             mini_httpd         route              zebra
getsmaps           miniupnpd          sh

# busybox
BusyBox v1.6.1 (2013-06-09 15:21:35 HKT) multi-call binary
Copyright (C) 1998-2006   Erik Andersen, Rob Landley, and others.
Licensed under GPLv2.   See source distribution for full notice.

Usage: busybox [function] [arguments]...
   or: [function] [arguments]...

    BusyBox is a multi-call binary that combines many common Unix
    utilities into a single executable.  Most people will create a
    link to busybox for each function they wish to use and BusyBox
    will act like whatever it was invoked as!

Currently defined functions:
    [, [[, arp, arping, ash, cat, cp, date, echo, egrep, fgrep,
    free, fuser, getopt, grep, halt, ifconfig, inetd, init,
    insmod, kill, killall, klogd, linuxrc, login, ls, lsmod,
    md5sum, mesg, mkdir, mknod, modprobe, mount, netstat,
    ping, poweroff, ps, reboot, rm, rmmod, route, sh, sleep,
    start-stop-daemon, straceroute, tar, telnetd, test, tftp,
    traceroute, true, umount, vconfig, watchdog, wget

Alguém pode me ajudar sobre como alterar minha senha de root ou desligar o serviço de telnet. Pesquisei por opções na interface da Web, mas sem sucesso.

Por favor, note que eu não quero mudar o firmware padrão devido a problemas de garantia.

    
por nkvp 01.10.2013 / 22:58

1 resposta

1

Eu assumo que você não pode usar o comando passwd no busybox. Então você deve editar o arquivo / etc / passwd ou o arquivo / etc / shadow . Ou mais fácil, você pode tentar alterá-lo na página da web do administrador. Você deve notar que no arquivo passwd e shadow a senha é um hash da chave.

    
por 20.02.2014 / 19:53