Encrypted C&C channel with Telegram bot.
The following features are currently supported:
- CLI - execute commands
- Upload & Download files
- Screenshots
- Video capture
- Clone this repo and run
npm install - Create bot with BotFather or use Telegram instractions to create one.
- Place your secret key in
config/config.sampleand change the file extension tojson
Using pkg enables you to package this project into an executable that can be run on devices without Node.js installed.
npm install -g pkg
After installing it, from the project directory run pkg index.js. This will create executable for Linux, macOS and Windows. You can see more options using pkg --help command.