Skip to content

A RAT written in Go, utilizing Telegram Bot API for communication.

Notifications You must be signed in to change notification settings

efthimisgrk/tele-go-rat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tele-go-rat

tele-go-rat is a straightforward, cross-platform RAT written in Go. It leverages Telegram for communication.

Features

  • Cross-platform: Works on Windows, Linux, and MacOS.
  • Telegram-based communication: Utilizes the Telegram API for commands and data exchange.
  • Simple setup: Easy to configure and get started.
  • Extensible: You can expand its functionality by adding your commands.

Getting Started

Prerequisites

  • Go (Golang) installed on your system.
  • A valid Telegram account.

Installation

  1. Clone this repository:
git clone https://github.com/efthimisgrk/tele-go-rat.git
  1. Create a Telegram bot and get your API token. You can follow the official Telegram documentation to create a bot: Creating a new bot.

  2. Get your chatId by sending a message to yourself on the Telegram web application: https://web.telegram.org/z/#<CHAT_ID>

  3. Add the API token and the chatId to your environment variables with the name "BOT_TOKEN" and "CHAT_ID" respectively.

  4. Build the teleGoRAT binary:

cd tele-go-rat
go build
  1. Run tele-go-rat:
./tele-go-rat
  1. Start communicating with your bot via Telegram to execute commands and manage the remote system.

Usage

  • Send /help to get a list of available commands.
  • Have fun :)

License

This project is licensed under the MIT License - see the LICENSE file for details.

Disclaimer

tele-go-rat is intended for educational and research purposes only. The author is not responsible for any misuse or damage caused by this software.

About

A RAT written in Go, utilizing Telegram Bot API for communication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages