Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 920 Bytes

File metadata and controls

53 lines (34 loc) · 920 Bytes

Setup Android Pentest Env on Arch

Install Genymotion

yay -S genymotion 

Install drozer

pipx install drozer 
adb install drozer-agent.apk
adb forward tcp:31415 tcp:31415

install jadx

sudo pacman -S jadx

install frida

pipx install frida-tools

Configure frida with burp and Genymotion

{% embed url="https://arben.sh/bugbounty/Configuring-Frida-with-Burp-and-GenyMotion-to-bypass-SSL-Pinning/" %}

APKTool

yay -S android-apktool

Dex2jar

yay -S dex2jar

Magisk

{% embed url="https://support.genymotion.com/hc/en-us/articles/360011385178-How-to-install-Xposed-EdXposed-LSPosed-Magisk-with-Genymotion-Device-image-PaaS" %}

{% embed url="https://support.genymotion.com/hc/en-us/articles/8957952431389-How-to-install-Magisk-on-Genymotion" %}

Magisk firda

{% embed url="https://github.com/ViRb3/magisk-frida/releases" %}