RATel : An Open Source Penetration Test Tool

RAT-el is an open source penetration test tool that allows you to take control of a windows machine. It works on the client-server model, the server sends commands and the client executes the commands and sends the result back to the server. The client is completely undetectable by anti-virus software.

Screenshots

Added Features

  • Unicode management (20.02.21) for the version: beta_v0.1

Features

  • RATelServer:
    • Multiple Connections
    • Broadcast commands to all clients
    • Stores client informations in the database
    • Encryption of data on the network via XOR
    • Token management system to identify clients
    • Unicode management
  • Client:
    • Encryption of data send over the network
    • Startup persistence
    • Remote command execution via CMD
    • Remote command execution via Powershell
    • Encryption of data on the network via XOR
    • Automatic persistence when running the client
    • Automatic reconnection
    • Unicode management
  • RATelGenerator:
    • Automatic client compilation

Future Features

  • Keylogger for the version: beta_v0.2

Disclaimer

To prevent RATel from being detected by antivirus, please do not upload the payload to TOTAL VIRUS. Each month I will test myself if the payload gets detected by antivirus. So you’ll have a photo every month to prove RAtel discretion.

R K

Recent Posts

Understanding the Model Context Protocol (MCP) and How It Works

Introduction to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open…

16 hours ago

The file Command – Quickly Identify File Contents in Linux

While file extensions in Linux are optional and often misleading, the file command helps decode what a…

1 day ago

How to Use the touch Command in Linux

The touch command is one of the quickest ways to create new empty files or update timestamps…

1 day ago

How to Search Files and Folders in Linux Using the find Command

Handling large numbers of files is routine for Linux users, and that’s where the find command shines.…

1 day ago

How to Move and Rename Files in Linux with the mv Command

Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy…

1 day ago

How to Create Directories in Linux with the mkdir Command

Creating directories is one of the earliest skills you'll use on a Linux system. The mkdir (make…

1 day ago