an1by / ZTEModemAPI

Python-API for ZTE USB-Modems
https://aniby.net/
11 stars 0 forks source link

Unale to login #1

Open Atheryl opened 7 months ago

Atheryl commented 7 months ago

Hi,

Thanks for a lot for putting this together. However, I get result 3 on my side.

I have tried pretty much everything at this point, and I am unable to perform the login on my key (using the webUI password). Have you tested it recently?

Thanks,

an1by commented 2 months ago

What is modem model?

tobwen commented 1 month ago

same here

I'm having the same issue... After 5 tries, your account is logged for 5 minutes.

firmware

Seems like their firmware got updated. My MF79U has firmware version BD_XCBZHKMF79UV1.0.0B03 image

quick analysis

The password sent through the web-ui doesn't seem to be base64 (maybe in hex?). Let me check Wireshark later. Update: Uses sha256 now.

others

https://github.com/pmcrwf-mid/ZTE-MF79U-api/issues/2

tobwen commented 1 month ago

Someone reversed it! https://github.com/teixeluis/zte-lte-modem

tobwen commented 4 weeks ago

I wrote one my own, since the above code didn't work for me: https://gist.github.com/tobwen/db5a7bd7fe55543286c0b898836b2016