An open API service indexing awesome lists of open source software.

https://github.com/deadexotic/exotically-flexing-discord-rat

ExoticaLX is a Discord-based remote access tool for educational purposes only. It lets users control a computer remotely through Discord commands. Features include system management, file operations, and the ability to collect browser data. This tool demonstrates how Discord can be used as a command and control channel.
https://github.com/deadexotic/exotically-flexing-discord-rat

discord discord-bot discord-rat discord-rat-bot discord-stealer-fud fud legal rat rat-fud remote-access-tool remote-access-trojan stealer stealer-builder undetectable vm-provisioning vmp

Last synced: about 1 month ago
JSON representation

ExoticaLX is a Discord-based remote access tool for educational purposes only. It lets users control a computer remotely through Discord commands. Features include system management, file operations, and the ability to collect browser data. This tool demonstrates how Discord can be used as a command and control channel.

Awesome Lists containing this project

README

          

# ๐Ÿ’œ ExoticaLX RAT v2.5 ๐Ÿ’œ





Power and stealth in perfect harmony



[![Python](https://img.shields.io/badge/python-3.8+-8A2BE2?style=for-the-badge&logo=python&logoColor=white)](https://python.org)
[![License](https://img.shields.io/github/license/deadexotic/exotically-flexing-discord-rat?style=for-the-badge&color=9370DB)](LICENSE)
[![Last Commit](https://img.shields.io/github/last-commit/deadexotic/exotically-flexing-discord-rat?style=for-the-badge&color=800080)](https://github.com/deadexotic/exotically-flexing-discord-rat/commits/main)


โœจ Advanced Remote Access Tool with Enhanced Stealth Capabilities โœจ


โš ๏ธ LEGAL DISCLAIMER: FOR EDUCATIONAL PURPOSES ONLY โš ๏ธ

Unauthorized use is strictly prohibited and illegal



## ๐ŸŒŸ What's New in v2.5

- **๐Ÿ› ๏ธ Enhanced Stability** - Fixed critical file truncation issues and infinite loops
- **โฑ๏ธ Timeout Protection** - Added comprehensive timeouts to all network operations and long-running processes
- **๐Ÿงน Resource Management** - Implemented proper cleanup for threads, processes, and file handles
- **๐Ÿ”„ Fallback Mechanisms** - Added intelligent fallback systems when file operations fail
- **๐Ÿ”’ File Integrity** - Added size verification to prevent data loss during file operations
- **โšก Performance Improvements** - Optimized browser data extraction with better error handling
- **๐Ÿ›ก๏ธ Enhanced AV Evasion** - Improved detection avoidance with dynamic signature masking

## ๐Ÿ“‹ Command Categories

Category
Commands

๐Ÿ’ป System Control





  • !shell - Execute command line operations


  • !remoteshell - Establish reverse shell connection


  • !uacbypass - Attempt privilege escalation


  • !sysinfo - Retrieve detailed system information


๐Ÿ‘๏ธ Surveillance





  • !webcampic - Capture webcam image


  • !screenshot - Take screenshot of current display


  • !windowstart - Begin window activity monitoring


  • !windowstop - End window monitoring session


๐ŸŽฎ System Manipulation





  • !voice - Text-to-speech functionality


  • !wallpaper - Change desktop background


  • !sing - Play audio in background


  • !blockinput - Disable user input (requires admin)


๐Ÿ“Š Data Acquisition





  • !steal - Extract browser data and credentials


  • !startkeylogger - Begin keystroke monitoring


  • !stopkeylogger - End keystroke monitoring


  • !dumpkeylogger - Retrieve logged keystrokes


  • !clipboard - Capture clipboard contents


  • !history - Retrieve browsing history


## ๐Ÿš€ Installation Guide



  1. Create a Discord bot and obtain token here

  2. Add bot to your server with appropriate permissions

  3. Enable all privileged intents in the Discord Developer Portal

  4. Run the builder.py script to configure your payload

  5. Distribute the generated executable to target systems

  6. Control via Discord commands in your private channel


## ๐Ÿ“š Full Command List

Click to view all available commands

### ๐Ÿ’ป System Commands

`!shell [command]` - Execute system commands
`!admincheck` - Verify administrative privileges
`!sysinfo` - Retrieve system information
`!cd [directory]` - Change current directory
`!download [file]` - Download file from target
`!upload [file]` - Upload file to target

### ๐Ÿ‘๏ธ Surveillance

`!webcampic` - Capture webcam image
`!screenshot` - Capture screen
`!windowstart` - Begin window activity monitoring
`!windowstop` - End window monitoring
`!idletime` - Check user idle time

### ๐Ÿ“Š Data Collection

`!steal` - Extract browser data
`!startkeylogger` - Begin keystroke monitoring
`!stopkeylogger` - End keystroke monitoring
`!dumpkeylogger` - Retrieve logged keystrokes
`!clipboard` - Capture clipboard contents
`!history` - Retrieve browsing history
`!geolocate` - Approximate target location

### ๐ŸŽฎ System Control

`!voice [text]` - Text-to-speech output
`!wallpaper` - Change desktop background
`!sing [url]` - Play YouTube audio
`!stopsing` - Stop audio playback
`!volumemax` - Set volume to maximum
`!volumezero` - Mute volume
`!blockinput` - Disable user input (admin required)
`!unblockinput` - Re-enable user input
`!write [text]` - Simulate keyboard input
`!message [text]` - Display message box
`!exit` - Terminate RAT process
`!kill [session/all]` - End specific or all sessions

## โš ๏ธ Legal Disclaimer


THIS SOFTWARE IS PROVIDED FOR EDUCATIONAL PURPOSES ONLY.

UNAUTHORIZED USE IS STRICTLY PROHIBITED AND MAY RESULT IN:



  • Criminal prosecution

  • Financial penalties

  • Law enforcement action


## ๐Ÿ“ž Support



Telegram


Discord


Discord

## ๐Ÿ›ก๏ธ Stability Improvements in v2.5


Critical Fixes




  • File Truncation Fix - Resolved critical issue where builder.py was truncating rat_source.py to only 317 lines


  • File Integrity Protection - Added multiple verification steps to prevent data loss during file operations


  • Automatic Fallbacks - Implemented fallback to main.py when rat_source.py is corrupted or truncated



Performance Enhancements




  • Timeout Protection - Added comprehensive timeouts to all network operations and long-running processes


  • Resource Management - Implemented proper cleanup for threads, processes, and file handles


  • Error Recovery - Enhanced error handling with intelligent recovery mechanisms


  • Browser Data Extraction - Optimized stealer function with proper timeout protection to prevent hanging


  • Reverse Shell Stability - Improved reliability of remote shell connections with heartbeat mechanism