Sign inSign up

hackermater/mobile-pentesting-setup

By hackermater

Updated 5 months ago

All-in-one simple setup for optimal android pentesting using tools such as Frida, Objection, etc...

Image
Security
Developer tools
2

667

hackermater/mobile-pentesting-setup repository overview

Mobile Android Pentesting Setup

Description

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.

Features

  • 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.

Installation

  • Pull the latest version
docker pull hackermater/mobile-pentesting-setup:latest

Examples

  • Run the container assigning the name of spotify-bug-bounty
docker run --name spotify-bug-bounty --net host -it hackermater/mobile-pentesting-setup:latest
  • Copy the folder with APKs inside the container
docker cp ~/Bug-Bounty/Spotify/APKs spotify-bug-bounty:/root
  • Using ADB with USB connection
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.

Tools included

Tag summary

Content type

Image

Digest

sha256:027677c5d

Size

745.4 MB

Last updated

5 months ago

docker pull hackermater/mobile-pentesting-setup