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.
PatchWerk is a proof-of-concept (PoC) tool designed to clean NTDLL syscall stubs by patching syscall…
Network fingerprinting is a critical technique for identifying and analyzing network traffic patterns, particularly in…
"HowToHunt" is a platform designed to assist hunters in improving their skills, planning their expeditions,…
SkyFall-Pack is an advanced infrastructure automation toolkit designed for Command and Control (C2) operations. It…
LummaC2 is a commodity malware designed as an information stealer, targeting browsers, cryptocurrency wallets, and…
RustOwl is an innovative tool designed to enhance the Rust programming experience by visualizing ownership…