(https://github.com/stuxctf/slythestx/raw/main/assets/slythestx.png)
Slythestx is a mobile security analysis tool similar in concept to MobSF but designed for multi-platform applications with dynamic and filesystem-level capabilities.
Current Features- Identify tech and sast scan
- Jailbreak support (rootful / rootless)
- Application enumeration
- App container discovery
- IPA and APK extraction directly from device
- Filesystem exploration
Who is this for?
Everyone.- 🐞 Bug hunters
- 🔍 Security testers
- 📱 Mobile researchers
- 💻 Developers
- 🧠 Students & curious minds
If you enjoy test tools, reporting issues, and shaping security software this is for you.
Installation
#Clone the repository
git clone https://github.com/stuxctf/slythestx/
# Navigate to the project
cd slythestx
# build docker windows
docker-compose.exe -f docker-compose.yml -f docker-compose.windows.yml build
# build docker linux
docker-compose -f docker-compose.yml -f docker-compose.linux.yml build
# Launch the engine
docker-compose up -d
# Engine up
http://localhost:3000
https://github.com/stuxctf/slythestx (https://github.com/stuxctf/slythestx)