mkst / zte-config-utility

Scripts for decoding/encoding config.bin for ZTE routers
MIT License
235 stars 77 forks source link

i need help with ZXHN H108N V2.5 Firmware V2.5.5_VDFT13 #34

Open gsxrk7 opened 2 years ago

gsxrk7 commented 2 years ago

i had try very much this days but i didn't do nothing. this utility support my router? this is my config first i try this

    ┌──(gsxrk7㉿kali)-[~/zte-config-utility-master]
    └─$ python3 examples/decode.py resources/config.bin resources/config.xml --key 'GrWM2Hz&LTvz&f^5'
    Signature: ZXHN H108N V2.5
    Failed to decrypt payload.
    Hint: payload type is 4, might need a serial number instead of a key.

then i try this with my serial number

    ┌──(gsxrk7㉿kali)-[~/zte-config-utility-master]
    └─$ python3 examples/decode.py --serial 'ZTEERT1K9902468'  resources/config.bin resources/config.xml
    Signature: ZXHN H108N V2.5
    Failed! Trying again, with signature: ZXHNH108NV2.5
    Malformed decrypted payload, probably used the wrong key!

can someone take a look?