Note on security

This commit is contained in:
Sasha MOREL 2021-09-02 12:41:56 +02:00
parent d7ff69da3c
commit 867c6daca5
1 changed files with 7 additions and 1 deletions

View File

@ -14,4 +14,10 @@ These libraries are under GNU GPL v3. See [license](LICENSE) for more details.
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.
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.