-
Notifications
You must be signed in to change notification settings - Fork 7
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
defaultInputKey #3
Comments
The firmware has some methods which accept an input key. Changing the input key also changes the output. You can think of it as a seed for the methods. However, in all cases which I have seen, the input key is always hard-coded to I don't understand the second part of your question. Could you clarify what you mean by “how can we calculate the password for admin”? |
Hello @boginw What I meant is, admin password is known, it is written at the back of the modem. So just like we calculate the supervisor/root password, maybe we can calc it for admin, compare the result to known password, to see if we got it right. Best Regards, |
PlumLulz has published the python version of zykgen (and a lot of other zyxel WIFI password algos) The wifi passwords (param 2) from the emulator are covered by zykgen. Wifi password param 0 and 1 are part of the sbg3500 algo. |
what is the default input key in:
https://github.com/boginw/zyxel-vmg8825-keygen/blob/master/common/config.py
that is:
defaultInputKey = "inputKey"
I understand that it will not affect method 2 and 3, but what is it used for.
Secondly, how can we calculate the password for admin, (since it is already known)
Best Regards,
Can
The text was updated successfully, but these errors were encountered: