Skip to content

Codi33/dms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dead Man Switch

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

made-with-python

Installation

git clone https://github.com/Codi33/dms
cd dms
pip install -r requirements.txt

Run

cd dms/src
chmod +x module.sh # add what do you want here
python server.py

Notes

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

Contributing

Pull requests are welcome. If you encountered a bug, please open an issue to discuss this.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published