Webserver to access remotly to SMS
Go to file
Sasha MOREL 3be5af77c6 Termux API update 2022-01-01 20:55:24 +01:00
.gitignore Add gitignore, LICENSE and README 2021-09-02 12:07:57 +02:00
LICENSE Add gitignore, LICENSE and README 2021-09-02 12:07:57 +02:00
README.md Note on security 2021-09-02 12:41:56 +02:00
server.py Code splitting for specific usages 2021-12-14 18:35:02 +01:00
sms.py Termux API update 2022-01-01 20:55:24 +01:00
update.py Code splitting for specific usages 2021-12-14 18:35:02 +01:00

README.md

What's this?

This is a webserver intented to work within termux and that provide access to text messages remotly

What's termux?

According to its website, Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required.

Licence

These libraries are under GNU GPL v3. See license for more details.

How to use it?

This program requires Python interpretator and access to Android API. Access to Android API is provided by the API addon and the termux-api package.

Once installed, just run the sms.py script with the python interpretator and connect a browser to phone, on port 8080.

Note on security

This webserver listen on HTTP, so the traffic between phone and browser is in plain text.

The webserver will only serve the first IP (v4 ou v6) that connect to it, all the other will recieve a 403 error. The server log will show that the server locks on a specific IP when the first client will connect.