SnikrKit frontend — the web dashboard for Android IPC security testing
75
A modern, GUI-first Android IPC security testing platform for penetration testers and mobile security researchers.
This is the SnikrKit web image — the frontend dashboard. Part of a 3-image stack (web + api + engine, plus PostgreSQL and Redis) — see below for full setup.
SnikrKit is a modern, GUI-first Android IPC security testing platform for penetration testers and mobile security researchers — a modern alternative to tools like drozer, inspired by the usability of MobSF.
This image is the frontend service. SnikrKit is a three-service stack (web, api, engine) plus PostgreSQL and Redis — it is not meant to run standalone. Use the provided docker-compose.yml to run the full stack.
git clone https://github.com/stodachon/snikrkit
cd snikrkit/infra
docker compose -f docker-compose.prod.yml up -d
Visit http://localhost:3000. On first run, check docker compose logs api for the auto-generated operator password.
Every automated action shows the real adb/Frida command being executed — SnikrKit never hides the underlying Android mechanics.
stodachon/snikrkit-api — backend APIstodachon/snikrkit-engine — Android security engineIntended for applications you own or are explicitly authorized to test.
Content type
Image
Digest
sha256:4b2dead10…
Size
335.5 MB
Last updated
26 days ago
docker pull stodachon/snikrkit-web