Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TL-R860 is also not supported. #42

Open
daiaji opened this issue Jan 6, 2024 · 1 comment
Open

TL-R860 is also not supported. #42

daiaji opened this issue Jan 6, 2024 · 1 comment

Comments

@daiaji
Copy link

daiaji commented Jan 6, 2024

Configuration file
wrt2.bin.zip

@sta-c0000
Copy link
Owner

Right, not supported. But thanks for the .bin file; it's a simple encrypted (zero padded) CRLF text file, not XML, with a 32 byte binary header (probably size and checksum).
I'm not going to work on this one, but decrypting the file does the job :)
openssl enc -d -des-ecb -nopad -K 478DA50BF9E3D2CF -in wrt2.bin -out wrt2.txt -provider legacy # decrypt
tail -c +32 wrt2.txt # show config text file after skipping 32 bytes binary header

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants