-
Notifications
You must be signed in to change notification settings - Fork 45
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
decrypt not working for dir-1950 #2
Comments
Based on a quick look on the recent firmware version 1.07 from their website its a different encryption scheme alltogether so my script won't work. As I don't own this device statically reversing this scheme solely based on the encrypted firmware download will be difficult. |
@0xricksanchez This doesn't work with my X1860. |
@Vortelf Based on this firmware below, I can already see it's a different encryption scheme on this device as well. If you're able to hook up a serial connection and get access to a shell on the device, finding out how firmware updates are handled should be pretty straightforward forward
I assume there will be some kind of config/script file somewhere. Grepping around the file system for known options like "FWUpd" or "Decrypt" and similar would help a lot... |
|
This could be helpful: |
ok, I will have a try. |
hi, thank you for the de-crypting tool, it made me hopeful that I can straighten my mistake and unbrick my router, however it fails, maybe they've changed the key.
python3 ./dlink-dec.py -i ./DIR-1950A1_FW1.00B17.bin -o ./decrypt2.bin
[] Calculating key...
[+] OK!
[] Checking magic bytes...
[!] Failed!
[!] Failed!
not allowed to upload the file, ping me if you want to look into this
The text was updated successfully, but these errors were encountered: