DIVA Android
  • Damn Insecure and Vulnerable App (DIVA)
  • Pendahuluan
    • Persiapan
    • Konfigurasi Burp Suite dengan Android
    • Instalasi Aplikasi DIVA
  • Reversing of APK
    • Decompiling dan Reversing APK
  • Challenges
    • Insecure Logging
    • Hardcoding Issues - Part 1
    • Insecure Data Storage - Part 1
    • Insecure Data Storage - Part 2
    • Insecure Data Storage - Part 3
    • Insecure Data Storage - Part 4
    • Input Validation Issues - Part 1
    • Input Validation Issues - Part 2
    • Access Control Issues - Part 1
    • Access Control Issues - Part 2
    • Access Control Issues - Part 3
    • Hardcoding Issues - Part 2
    • Input Validation Issues - Part 3
Powered by GitBook
On this page
  • Instalasi Software yang Dibutuhkan
  • Genymotion
  • Android Debug Bridge (adb)
  • Burp suite
  • dex2jar
  • jd-gui
  • apktool

Was this helpful?

  1. Pendahuluan

Persiapan

PreviousDamn Insecure and Vulnerable App (DIVA)NextKonfigurasi Burp Suite dengan Android

Last updated 4 years ago

Was this helpful?

Untuk melakukan penetration testing terhadap aplikasi DIVA ada beberapa hal yang harus anda siapkan, diantaranya:

  • PC / Laptop

  • Tools untuk mobile penetration testing

  • Android Emulator (seperti , , atau ) / Android device (rooted)

Instalasi Software yang Dibutuhkan

Disini saya menggunakan sistem operasi (turunan ) yang mana akan sangat mudah dalam melakukan instalasi software yang dibutuhkan.

Bagi Anda yang tidak menggunakan Arch-based diharapkan bisa menyesuaikan.

Genymotion

yay -S genymotion

Android Debug Bridge (adb)

sudo pacman -S android-tools

Burp suite

yay -S burpsuite

dex2jar

yay -S dex2jar

jd-gui

yay -S jd-gui

apktool

yay -S android-apktool
Genymotion
MEmu play
Android Studio
Manjaro
Arch