You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Configuration file
wrt2.bin.zip
The text was updated successfully, but these errors were encountered: