Skip to content

Commit 597f9a5

Browse files
authored
Alot of fixes and security shit
1 parent fcf05c8 commit 597f9a5

4 files changed

Lines changed: 2244 additions & 407 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 💜 ExoticaLX RAT v2.4 💜
1+
# 💜 ExoticaLX RAT v2.5 💜
22

33
<p align="center">
44
<img src="https://github.com/deadexotic/exotically-flexing-discord-rat/blob/main/1.jpg?raw=true" width="400">
@@ -22,12 +22,14 @@
2222

2323
<hr style="border: 2px solid #9370DB;">
2424

25-
## 🌟 What's New in v2.4
25+
## 🌟 What's New in v2.5
2626

27-
- **🛡️ Enhanced AV Evasion** - Added in v2.3: Improved detection avoidance with dynamic signature masking
28-
- **🔧 Bug Fixes** - Added in v2.3: Fixed keylogger functionality and resolved stability issues
27+
- **🛠️ Enhanced Stability** - Fixed infinite loops and hanging issues across all operations
28+
- **⏱️ Timeout Protection** - Added timeouts to all network operations and long-running processes
29+
- **🧹 Resource Management** - Implemented proper cleanup for threads and processes
30+
- **🔄 Retry Logic** - Added intelligent retry mechanisms with proper limits
31+
- **🛡️ Enhanced AV Evasion** - Improved detection avoidance with dynamic signature masking
2932
- **🔒 Improved Token Security** - Enhanced protection for Discord token handling
30-
- **⚡ Performance Optimization** - Fixed async clogging by eliminating non-async functions in async loops
3133

3234
## 📋 Command Categories
3335

SECURITY.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Security Policy
22

33
## Token security
4-
Your token is never actually safe but i try to improve the token security per update
5-
so if you are worried either dont use or make sure you download the latest version when making a new client
4+
5+
Your token is never actually safe but i try to improve the token security per update
6+
so if you are worried either dont use or make sure you download the latest version when making a new client
7+
8+
## Stability Improvements
9+
10+
Version 2.5 includes significant stability enhancements to prevent infinite loops and hanging issues:
11+
12+
- Added timeout protection to all network operations
13+
- Implemented proper termination of long-running processes
14+
- Added safeguards against resource leaks in threads and processes
15+
- Enhanced error handling for all file operations
616

717
## Reporting a Vulnerability
18+
819
Use the issues tab or contact me on telegram or discord

0 commit comments

Comments
 (0)