Skip to content

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

Notifications You must be signed in to change notification settings

totekuh/telethon-cnc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published