Warning: This project is for educational purposes only. Unauthorized access to computer systems is illegal.
A Remote Administration Tool (RAT) with:
- Node.js command and control server
- Android client agent
- Telegram-based control interface
- Secure WebSocket communication with AES-256 encryption
- Remote command execution
- Device management
- File transfer capabilities
- Stealth operation
- Auto-start on device boot
- Create Telegram bot with BotFather
- Copy your bot token and chat ID
- Generate encryption key:
npm run keygenin server directory - Create
.envfile based on.env.example - Install dependencies:
npm install - Start server:
npm start
- Open project in Android Studio
- Update WebSocket URL in
MainService.kt - Build and install on device:
./scripts/build-apk.sh
- Server: Use
scripts/deploy.shfor DigitalOcean - Client: Use
scripts/build-apk.shto build APK
This software is provided for educational purposes only. The developer is not responsible for any misuse of this tool. Always obtain proper authorization before testing on any systems.