Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/totekuh/telethon-cnc

A command&control server with that receives commands through a telegram API
https://github.com/totekuh/telethon-cnc

Last synced: 1 day ago
JSON representation

A command&control server with that receives commands through a telegram API

Awesome Lists containing this project

README

        

Run in bash:
pip3 install -r requirements.txt
openssl req -new -newkey rsa:4096 -x509 -sha256 -days 365 -nodes -out key.pub -keyout key.priv
uvicorn telethon-cnc-server:app --reload --host 127.0.0.1 --port 5000 --ssl-keyfile=./key.priv --ssl-certfile=./key.pub