sta-c0000 / tpconf_bin_xml

Command line utility to convert TP-Link router backup config files
160 stars 40 forks source link

Support for TD-W9960 #13

Closed minanagehsalalma closed 3 years ago

minanagehsalalma commented 3 years ago

@sta-c0000 the file can be decrypted using router pass view. image

how can i encrypt it back?

also the decryption using openssl enc -d -des-ecb -nopad -K 478DA50BF9E3D2CF -in conf.bin -out newnew.xml gives me this non sense image

minanagehsalalma commented 3 years ago

oh it works ... thanks a lot.

Fazel94 commented 2 years ago

Is there a way to make sshd work on TD-W9960?(since it doesn't have a USB port) Also is there a tutorial on how to flash a firmware back if things go south?

minanagehsalalma commented 2 years ago

Is there a way to make sshd work on TD-W9960?(since it doesn't have a USB port) Also is there a tutorial on how to flash a firmware back if things go south?

sorry i don't know

sta-c0000 commented 2 years ago

Is there a way to make sshd work on TD-W9960?(since it doesn't have a USB port) Also is there a tutorial on how to flash a firmware back if things go south?

Unlikely you can use sshd without a USB drive connected. Even if you could place a complex script inside the XML Description field (and you can to some degree), fetching the sshd binary from the network into a ramdisk and executing it from there would strain the device's RAM. BTW tpconf_bin_xml.py does not modify the firmware at all, only the router settings.