Skip to content

Scripts for decoding/encoding config.bin for ZTE routers

License

Notifications You must be signed in to change notification settings

traien/zte-config-utility

 
 

Repository files navigation

Quickstart

Clone the repo and run

mkdir env
python3 -m venv env
source env/bin/activate
python3 -m pip install xyz

NOTE: This project has only been tested against Python 3.7 and higher.

Decode

python3 examples/decode.py config.bin resources/config.xml --serial SERIALNO

Encode

python3 examples/encode.py resources/config.xml resources/config.bin --serial SERIALNO --signature 'ZXHN H298A V1.0'

About

Scripts for decoding/encoding config.bin for ZTE routers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.5%
  • Shell 10.5%