/dockerize-pentest-mobile

Docker environment with tools I usually use in Mobile PT

Primary LanguageShell

Pentesting Dockerfile for Mobile

Comes with tools such as following:

apktool frida adb

Does the following

mobsf /path/to/app.apk - scan the apk using localhost:8000 MobSF Web App abe - run abe backup extractor

Coming Soon

reverse.sh - apktool d + grep important strings to /home/findings/grep.txt - frida-wrapper.sh - installing frida from getprop according to cpu version and pushing to device. frida-run.sh - starting the server if -i flag is represented via adb shell ${frida_location} command + running the client's script in second argument

TODO:

Make sure all the scripts work Find a better way to adb host