Loading repository data…
Loading repository data…
thorthehacker111 / repository
A sophisticated Android Remote Administration Tool (RAT) featuring a Node.js C2 server, Java-based client, and Advanced Smali-surgery APK Builder. Built for security research and educational purposes.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
CURSE RAT is a sophisticated, open-source Remote Administration Tool (RAT) designed for Android. It features a high-performance Node.js C2 server and a feature-rich Java-based Android client. This project is built for educational purposes and security research, demonstrating advanced networking, APK surgery, and real-time telemetry.
The project features the THOR Cyber Dashboard, a high-fidelity SPA (Single Page Application) that provides:
git clone https://github.com/your-username/Curse_RAT.git
cd Curse_RAT
cd server && npm install
apktool, jarsigner, and zipalign are in your PATH.node server.js or npm start
git clone https://github.com/your-username/Curse_RAT.git
cd Curse_RAT
cd server; npm install
jarsigner (from JDK) and zipalign (from Android SDK) are accessible.node server.js
This project is for educational purposes only. The authors are not responsible for any misuse of this tool. Use it only on devices you own or have explicit permission to test.
Special thanks to AhMyth, from whose project I referred and learned many concepts that made CURSE RAT possible.
Keywords: Android RAT, Remote Administration Tool, C2 Server, Node.js, Java Android, Malware Analysis, Security Research, APK Builder, RAT Dashboard.