Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomiwa-ot/telegram-c2
- Owner: Tomiwa-Ot
- License: gpl-3.0
- Created: 2023-10-30T07:54:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-13T17:33:26.000Z (3 months ago)
- Last Synced: 2024-11-13T18:32:39.445Z (3 months ago)
- Topics: c2, c2-server, c2c, command-and-control, python, rat, remote-access-tool, remote-access-trojan, remote-access-trojan-tool, remote-control, telegram, telegram-bot
- Language: Python
- Homepage: https://www.youtube.com/watch?v=wphhZOS8cuI
- Size: 23.4 KB
- Stars: 26
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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