[LEDE-DEV] [PATCH] Lantiq Amazon-SE SoC / ADSL Modem Allnet All0333CJ Rev.C

Bastian Bittorf bb at npl.de
Fri Feb 24 07:44:00 PST 2017


* Tino Reichardt <list-lede at mcmilk.de> [24.02.2017 16:26]:
> Telnet on Port 23 is also there. I will check, if it can be upgraded via
> telnet or webinterface.

user: root
pass: admin

cool!

# cat /etc/inetd.conf
tftp    dgram   udp     wait    root    tftp    ifxftp  -       -
/usr/bin/tftpd  /usr/bin/tftpd -I -d /ramdisk/tftp_upload
telnet  stream  tcp     wait    root    telnet  ifxrcon -       -
/usr/sbin/telnetd       telnetd
httpd   stream tcp wait root httpd ifxhttpd - - /usr/sbin/httpd httpd -h
/usr/web -H /usr/cli -A httpd
/tmp/cli_be_socket stream unix wait root httpd ifxhttpd - -
/usr/sbin/httpd httpd -h /usr/web -H /usr/cli -A cli
/tmp/cli_fe_socket stream unix wait root cli ifxcli - - /usr/sbin/cli_be

# cat /proc/mtd
dev:    size   erasesize  name
mtd0: 00010000 00002000 "U-Boot"
mtd1: 003f0000 00010000 "RootFS,Kernel,Data,Environment"

there is an interesting binary:

# upgrade --help
Usage : upgrade file_name image_type expand_direction saveenv_copy
[reboot]
ToolChain:lxdb-1-3-2/3.3.6/0.9.28
Version:1.0.5

there are also /bin/busybox + /bin/busybox2 which has httpd + tftpd,
so uploading an image should be possible 8-) weekend-hacking!

bye, bastian 




More information about the Lede-dev mailing list