Advertisement
Guest User

Telenet digicorder root access

a guest
May 3rd, 2012
1,240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. Kiwis are fried. Day by day.
  2.  
  3. Steps to get into the digicorder shell:
  4.  
  5. 1) open the device (you should know how to do this)
  6. 2) get an FTDI cable. 3,3V and 5V should do. DO NOT PUT 12V on UART0!
  7. 3) connect to UART0. Pinout:
  8.  
  9. V
  10. ---------------------
  11. | | RX | TX | GND|
  12. ---------------------
  13.  
  14. The empty pin is the marked one. Then it's RX/TX/GND. Connect crossed, as usual.
  15. 4) break before the main.elf start. Windows users on hyperterminal: Control+C. Other users: you'll know what to do.
  16. 5) start networking: /root/dhcpc.sh
  17. 6) start telnet: telnetd
  18. 7) resume booting: /etc/init.d/rcS
  19.  
  20. 8) Enjoy root access to your set top box.
  21.  
  22. What to do next?
  23.  
  24. * do something usefull with it
  25. * add ftp server
  26. * make breakfast
  27. * sleep.
  28.  
  29. http://youtu.be/bPwW85H29vo
  30.  
  31. 2012-04-27 17:55
  32. OpenWRT binaries run on it.
  33.  
  34. Root FS is read only. RAM disks are not. RAM disks carry noexec flag.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement