Skip to content

Script that make easy to set up required tools for android application penetration testing.

Notifications You must be signed in to change notification settings

alppekel/AndroidAppPentestingTools-Installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

AndroidAppPentestingTools-Installer

Description

Tested on Ubuntu 20.04

This script automates the process of installing necessary tools for analyzing android application.

  1. Drozer
  2. MobSF
  3. Apktool
  4. Jd-gui
  5. Dex2jar
  6. Android Studio - adb, avd
  7. AndBug
  8. Frida
  9. Qark
  10. Apkx
  11. Objection

Dependencies

sudo apt update -y

sudo apt install build-essential git python-dev-is-python2 default-jre default-jdk python3-pip curl -y

curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py

sudo python2 get-pip.py

Usage

chmod +x tools_installer.sh

Usage: ./tools_installer.sh [options]

Options:

-h or --help : Print help.

-l or --list : List packages that can be installed.

-i or --install [package name] : Install specific package.

-a or --all : Install all packages.

About

Script that make easy to set up required tools for android application penetration testing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages