This is an educational Python-based tool that demonstrates how to send remote automation commands to a Windows system using Telegram.
❗ This project is intended solely for cybersecurity education, blue team training, and controlled lab simulations.
- Python 3 (Windows)
- Telegram Bot Token (from @BotFather)
- Telegram Chat ID
- PyInstaller ( for .exe build)
- Windows OS
- Create a Telegram Bot using @BotFather.
- Get your Chat ID using https://api.telegram.org/bot /getUpdates or a helper bot.
- Open any version of
edu_remote.pyand update the following lines:
TOKEN = "YOUR_TELEGRAM_BOT_TOKEN"
CHAT_ID = "YOUR_TELEGRAM_CHAT_ID"- Compile the script to
.exeusing:
pyinstaller --noconsole --onefile edu_remote_lab.py- Runs automatically at login.
- Useful for persistence analysis in lab setups.
- Standard execution via terminal.
- Supports screenshot and webcam snapshot.
- Lightweight version for command-line only tasks.
These can be sent to the bot via Telegram:
/cmd– Run a system command/screenshot– Take a screenshot/webcam– Capture a webcam image/shutdown– Log off or shut down the system
All code is written for testing and training within isolated environments.
This software is created strictly for:
- Blue team awareness and defensive testing
- Cybersecurity educational purposes
- Malware analysis and behavioral research
Do not use on real systems or without permission.
The author does not support or condone misuse of this tool in any form.
Using this project for malicious purposes is illegal and violates GitHub's Acceptable Use Policy.