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

lidl_auskey_decode.py do not run #42

Open
raveit65 opened this issue Jul 11, 2024 · 0 comments
Open

lidl_auskey_decode.py do not run #42

raveit65 opened this issue Jul 11, 2024 · 0 comments

Comments

@raveit65
Copy link

The script always give me the error message.

[rave@satellite Downloads]$ python3 lidl_auskey_decode-new.py 
Enter KEK hex string line>80000000:	FFFFFFFF	FFFFFFFF	FFFFFFFFFFFFFFFF
Encoded aus-key as hex string line 1>80000000:	FFFFFFFF	FFFFFFFF	FFFFFFFF	FFFFFFFF
Encoded aus-key as hex string line 2>80000010:	FFFFFFFF	FFFFFFFF	FFFFFFFF	FFFFFFFF
Traceback (most recent call last):
  File "/home/rave/Downloads/lidl_auskey_decode-new.py", line 65, in <module>
    print("Auskey:", auskey.decode("ascii"))
                     ^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'ascii' codec can't decode byte 0xec in position 0: ordinal not in range(128)
[rave@satellite Downloads]$

System is fedora 40 with python3-3.12.3-2.fc40.x86_64

I am also wondering about the output of kek and auskey in serial console.

<RealTek>FLR 80000000 401802 16
Flash read from 00401802 to 80000000 with 00000016 bytes	?
(Y)es , (N)o ? --> y
Flash Read Successed!
<RealTek>DW 80000000 4
80000000:	FFFFFFFF	FFFFFFFF	FFFFFFFF	FFFFFFFF
<RealTek>
<RealTek>FLR 80000000 402002 32
Flash read from 00402002 to 80000000 with 00000032 bytes	?
(Y)es , (N)o ? --> y
Flash Read Successed!
<RealTek>DW 80000000 8
80000000:	FFFFFFFF	FFFFFFFF	FFFFFFFF	FFFFFFFF
80000010:	FFFFFFFF	FFFFFFFF	FFFFFFFF	FFFFFFFF
<RealTek>

I post this in public because i think the output is wrong.
Can you help me please to get the root password of my lidl gateway?

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

1 participant