Skip to content

YoruYagami/Redroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redroid – Cross-Platform Android Application Pentesting Automation Toolkit

⚠️ Work in Progress
Redroid is under active development. Some features may be unstable or not fully compatible across environments. Contributions and issue reports are welcome.

Redroid is a modular toolkit designed to streamline Android application penetration testing. It runs on Windows and Linux and automates common tasks such as:

  • Installing and configuring Burp certificates and frida
  • Managing proxy settings
  • Integrating with tools like Frida, Drozer, MobSF, Nuclei, ApkLeaks, and TruffleHog
  • Generate and sign exploits (e.g., Tapjacking, Task Hijacking)
  • and much more...

Its interactive CLI interface allows operators to focus on analysis and exploitation instead of setup and configuration overhead.

Menu Screenshot


🚀 Installation

  1. Clone the repository:
git clone https://github.com/YoruYagami/Redroid.git
cd Redroid
  1. (Recommended) Create and activate a virtual environment:
# Linux / macOS
python3 -m venv .venv
source .venv/bin/activate

# Windows
python -m venv .venv
.venv\Scripts\activate
  1. Install the dependencies:
pip3 install -r requirements.txt
  1. Run the tool:
python redroid.py

About

Android App Pentesting automation script compatible with Android Studio and Genymotion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages