Comandos con Telnet en Routers SpeedTouch

Esta sección contiene tutoriales paso a paso, informes y opiniones. En ocasiones instrucciones generales.
Avatar de Usuario
Enigma
Administrador del Sitio
Administrador del Sitio
Mensajes: 1268
Registrado: 20 Oct 2013, 16:26
Genero: Mujer
Profesion: Webmaster CEO SEO
Ubicacion: Matrix
Navegador: Chrome
Contactar:

Comandos con Telnet en Routers SpeedTouch

Mensaje sin leer por Enigma » 13 Jul 2015, 14:29

Comandos con Telnet en Routers SpeedTouch

Imagen

Empleando un Keylogger, un usuario logró capturar los comandos de configuración de los Routers y aquí están:

Autor Julio Chinchilla

Advertencia:
No me hago responsable del uso que se le pueda dar a este material ni tampoco que este
puede causar algún desperfecto en el funcionamiento del Router

Código: Seleccionar todo

ppp relay flush 
ppp flush 
eth flush 
atm flush 
atm phonebook flush 
env set var=SESSIONTIMEOUT=value 0 
ip ipadd intf=LocalNetwork addr=192.168.1.1/24 addroute enabled 
ip ipdelete addr=10.0.0.138 
dhcp server flush 
dhcp server pool add name LAN_private  

dhcp server pool config name=LAN_private intf=LocalNetwork poolstart=192.168.1.2 poolend=192.168.1.200 netmask=24 gateway=192.168.1.1 primdns=216.230.147.90 secdns=216.230.128.32
dhcp server config state enabled
dsd config state disabled 
dns server config state disabled 
atm phonebook add name=aal50 addr=0.32 
atm ifadd intf=eoa0 
atm ifconfig intf=eoa0 dest=aal50 ulp=mac 
atm ifattach intf=eoa0 
eth ifadd intf=ethoa0 
eth ifconfig intf=ethoa0 dest=eoa0 
eth ifattach intf=ethoa0 
ppp ifadd intf=pppoe0 
ppp ifconfig intf=pppoe0 dest=ethoa0 user=turbonett password="NUMERO DE TELEFONO"
ppp rtadd intf=pppoe0 dst=0.0.0.0/0 
ppp ifattach intf=pppoe0 
nat ifconfig intf=pppoe0 translation=enabled 
nat tmpladd intf=pppoe0 outside_addr=0.0.0.1 
wireless ifconfig state enabled channel auto ssid "NUMERO DE TELEFONO"
wireless secmode wep encryptionkey "CLAVE WEP QUE VIENE DETRAS DEL ROUTER"
wireless secmode config mode wep 
user add name=admin password=!T3lgu@ role=Administrator defuser=enabled defremadmin=enabled deflocadmin=enabled 
user config name Administrator password !T3lgu@ 
service system ifadd name=TELNET group=wan 
service system ifadd name=PING_RESPONDER group=wan 
service system ifadd name=HTTP group=wan 
mlp role addpriv name=Administrator access=anyaccess service=anyservice 
saveall 
system reboot 
Actualizando datos para cambiar los DNS usando los de OpenDNS, del router THOMSON TG585 v7 :
vamos a Menú Inicio --> Ejecutar --> tecleamos "cmd", cuando se abra la consola de comandos tecleamos "telnet" ahora que estamos en Telnet, tecleamos:

Código: Seleccionar todo

open 192.168.1.1 
o también

Código: Seleccionar todo

192.168.1.254
nos pedira user y pass, accedemos, y ahora tecleamos:

para dns primario:

Código: Seleccionar todo

dns server route add dns=208.67.222.222 metric=5 intf=Internet 
para dns secundario:

Código: Seleccionar todo

dns server route add dns=208.67.220.220 metric=5 intf=Internet 
y ahora guardas los cambios, tecleas:

Código: Seleccionar todo

saveall 
y sales de telnet.



Volver a “Soporte IT”