Dead man switch is a concept, where if you don't perform
connection with the server before chosen amount of time,
it will perform specific action that you want
git clone https://github.com/Codi33/dms
cd dms
pip install -r requirements.txt
cd dms/src
chmod +x module.sh # add what do you want here
python server.py
Should be used over tor or with asymmetric encryption,
because password can be intercepted. There is test_client.py
file in src folder, which is just an
example.
To run over tor - start hidden service on the same port as server
and edit client file to match addresses
Termux + Orbot Supported
Pull requests are welcome. If you encountered a bug, please open an issue to discuss this.