MEDUSA is an extensible and modularized framework designed to automate dynamic analysis processes for Android and iOS applications.
Built on the FRIDA instrumentation toolkit, MEDUSA provides a wide range of tools to enhance penetration testing, malware analysis, and application security reviews.
To install MEDUSA:
git clone https://github.com/Ch0pin/medusa.git
pip install -r requirements.txt
docker build -t medusa:tag1 ./ docker run --name medusa --net=host --rm -it medusa:tag1
On macOS, readline compatibility issues may arise. Resolve this by installing gnureadline
:
bashpip install gnureadline
MEDUSA is widely used for:
Its modularity and automation capabilities make it an indispensable tool for mobile application security professionals.
Playwright-MCP (Model Context Protocol) is a cutting-edge tool designed to bridge the gap between AI…
JBDev is a specialized development tool designed to streamline the creation and debugging of jailbreak…
The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications…
Nuclei-Templates-Labs is a dynamic and comprehensive repository designed for security researchers, learners, and organizations to…
SSH-Stealer and RunAs-Stealer are malicious tools designed to stealthily harvest SSH credentials, enabling attackers to…
Control flow flattening is a common obfuscation technique used by OLLVM (Obfuscator-LLVM) to transform executable…