Underc0de - La Casa de los Informáticos

[In]Seguridad Informática => Hacking => Mensaje iniciado por: Stuxnet en Junio 24, 2026, 12:17:35 PM

Título: Slythestx - Mobile Security Framework
Publicado por: Stuxnet en Junio 24, 2026, 12:17:35 PM
(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


Who is this for?
Everyone.



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)