5l1v3r1 / HuaweiSMS-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Huawei e3372h SMS

Forwards all new incoming messages SMS to the modem by email.

Purpose

Redirection of all new messages to the email when the computer starts.

To read messages, you must go to 192.168.8.1 and open the list of messages. This is inconvenient, since it is possible in one day to forget to read the messages and go to the site, and there may be something important for you.

Therefore, I got the idea to make an automatic message analyzer. The modem firmware provides an API set for working with it.

Setup

  • Set here your gmail, password, and destination mail.
  • Set here your Wi-Fi ESSID with Huawei e3372h
  • Create executable file by pyinstaller:
pyinstaller --hidden-import=xmltodict --noconsole -F main.py

Example message

Message

About

License:Apache License 2.0


Languages

Language:Python 100.0%