Git Product home page Git Product logo

dlink-decrypt's Introduction

πŸ’« About Me:

πŸ”­ I’m working on finding vulnerabilities and securing systems..
🌱 My self-improvement goal for 2023 is to further learn how to tame the Linux Kernel and find ways to break it
βš™οΈ I'm trying to stay on top of the fuzzing game
πŸ’‘ I'd love to finish an in-depth educational fuzzer next
πŸ‘― Happy to collab on any cool fuzzing/exploitation ideas!
πŸ“š Always trying to make time to blog about my infosec experiences

🌐 Socials:

Twitter
Mastodon
Protonmail
Discord

πŸ’» Tech Stack:

C Go Python Rust Shell Script Docker

πŸ“Š GitHub Stats:


πŸ’° You can support me by buying me a coffee :)!

BuyMeACoffee

dlink-decrypt's People

Contributors

0xricksanchez avatar brianpow avatar dolby360 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dlink-decrypt's Issues

Error while using "enc" mode

Hi, just found an issue when trying to encrypt my own fw.

Here is the error line:

data += data + b"\x00" * (16 - self.data_len_dec_fw_no_padding % 16)

Here is my simple fix:

data += b"\x00" * (16 - self.data_len_dec_fw_no_padding % 16)

πŸ‘

Tks.

decrypt not working for dir-1950

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.