Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/totekuh/telethon-cnc
- Owner: totekuh
- Created: 2021-04-22T20:36:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-22T22:19:16.000Z (over 3 years ago)
- Last Synced: 2024-11-05T09:26:04.483Z (about 2 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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