burpsuite
-
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…
-
Read more: Bypass restrictions with FRIDA
I recomment read this post first: Post First, we need install FRIDA with pip install frida-tools Now, we need know the arch of our Android device: adb shell If you have more than one device, you can run this command: adb -s -genymotion device ip-:5555 shell And, with uname -a We get the arch of…
-
Read more: Intercept Android App Traffic with BurpSuite
First, we need install genymotion in our machine. Genymotion And then, we will install virtualbox and adb. sudo apt-get install virtualbox adb And, obviously, we need install burpsuite. You can follow some guide for setup burpsuite in your machine, configure browser with foxyproxy or your preferred method. Once genymotion is installed, we are going to…