All-in-one simple setup for optimal android pentesting using tools such as Frida, Objection, etc...
667
All-in-one setup in Ubuntu which provides the optimal setup/environment for android pentesting, including common tools such as Frida, Objection and Jadx.
Running these tools in Docker has a lot of benefits, especially ensuring that there will be not error of dependencies using the tools as well python/pip packages.
Also supports ADB connection via USB and Wireless.
Included by default tools such as Frida and Objection using a Python environment.
Customizable Ubuntu container.
Latest version of every tool included by default in the image.
Function included in ZSH for update tools to their latest versions.
docker pull hackermater/mobile-pentesting-setup:latest
spotify-bug-bountydocker run --name spotify-bug-bounty --net host -it hackermater/mobile-pentesting-setup:latest
docker cp ~/Bug-Bounty/Spotify/APKs spotify-bug-bounty:/root
docker run --name spotify-bug-bounty-usb --net host -it hackermater/mobile-pentesting-setup:latest
(mobile-setup-ubuntu) ➜ ~ adb devices
List of devices attached
R58W1234567 device
NOTE: Ensure first that in your local machine is active adb-server and it works correctly with your devices plugged.
Content type
Image
Digest
sha256:027677c5d…
Size
745.4 MB
Last updated
5 months ago
docker pull hackermater/mobile-pentesting-setup