Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tomiwa-ot/telegram-c2

Control a system remotely via telegram
https://github.com/tomiwa-ot/telegram-c2

c2 c2-server c2c command-and-control python rat remote-access-tool remote-access-trojan remote-access-trojan-tool remote-control telegram telegram-bot

Last synced: 3 months ago
JSON representation

Control a system remotely via telegram

Awesome Lists containing this project

README

        

# Telegram C2
Command and control a server via telegram bots.

### Installation
[![Tutorial Video](https://img.youtube.com/vi/wphhZOS8cuI/0.jpg)](https://www.youtube.com/watch?v=wphhZOS8cuI)

- Create a telegram bot
- Edit main.py, set ```BOT_API_KEY``` to the bot's api key and ```telegram_user_id``` to your telegram id
- Install the following dependencies

```console
pip install -r requirements.txt
```
- Compile to standalone binary for easier deployment

```bash
pip install -U pyinstaller
pyinstaller main.py
```
- Deploy to target
- Start telegram bot

### Usage
```console
/start - Start telegram bot
/viewFile - Display the contents of a file
/listDir - List the files in a directory
/downloadFile - Download file from server to telegram
/services - List running services
/screenshot - Take screenshot of desktop
/webcam - Take image if webcam is supported
/video - Record video from webcam
```

### Screenshots