DG-M1Q icon indicating copy to clipboard operation
DG-M1Q copied to clipboard

ESCAM q6 clone telnet

Open asiersan opened this issue 6 years ago • 3 comments

I use serial to activate telnet on boot in thsi clone with formware 23. Telnet is activated, but password is not blank on goku login. If i use passwd on serial, i can access to telenet but on reboot password resets and i lost telnet acces. Is new password on 23.?

asiersan avatar Apr 11 '18 06:04 asiersan

I solve it adding this command: /bin/busybox telnetd (sleep 20 && echo "root:o.eyOMtPAPfbg:0:0:root:/root/:/bin/sh" > /etc/passwd )& in the top of: /npc/boot.sh

user:root password:root

asiersan avatar Apr 11 '18 22:04 asiersan

how did you do it, what kind of usb ttls did you use, could you send me a picture please

ghost avatar Apr 21 '18 04:04 ghost

I use this pinout: https://raw.githubusercontent.com/yuvadm/DG-M1Q/master/thumb.png this manual adapted with above comands: https://github.com/yuvadm/DG-M1Q I use an cheap USB TTL from aliexpress like this: https://es.aliexpress.com/store/product/CH340G-5V-USB-to-TTL-UART-Serial-Converter/1950989_32524218818.html?spm=a219c.search0104.3.101.347c35e3U3KnG6&ws_ab_test=searchweb0_0,searchweb201602_4_10152_10065_10151_10344_10068_5722815_10342_10547_10343_10340_10341_5722915_10548_10698_5722615_10697_10696_10084_10083_10618_10307_10301_10303_5722715_5711215_10059_10184_308_100031_10103_441_10624_10623_10622_5711315_5722515_10621_10620,searchweb201603_2,ppcSwitch_2&algo_expid=c42b8847-d571-4eca-ad18-73618610ae9c-14&algo_pvid=c42b8847-d571-4eca-ad18-73618610ae9c&transAbTest=ae803_2&priceBeautifyAB=0

asiersan avatar Apr 21 '18 06:04 asiersan