adb
-
Read more: Trend Micro CTF 2015 – Offensive 200
Note: For this challenge, we need install some things into our Android 5.1 device with Genymotion.For example, an ARM Translator.https://github.com/m9rco/Genymotion_ARM_Translation Download APK: https://lautarovculic.com/my_files/VirusClicker.apk Install the apk with adb adb install -r VirusClicker.apk And decompile with apktool apktool d VirusClicker.apk We can notice that the app isn’t responding. So I need install this app into an Android API29Let’s inspect the source code with jadx (GUI version)We have the SplashActivity, MainActivity, and…
-
Read more: burpCertAndroid
This is an automated script for installing BurpSuite certificate in Android devices. GitHub BurpSuite Cert for Android Installer – v1 The script was tested and developed for Android devices running in Genymmotion. If you have errors in the execution of the script, visit the step by step in the post I have written: POST Setup…