Genymotion - Proxying Android App Traffic Through Burp Suite
General
Adb devices -l Adb connect <ip>:<port>Adb shellOpenssl Commands for Converting the Burp Cert
openssl x509 -inform DER -in burp.cer -out burp.pemopenssl x509 -inform PEM -subject_hash_old -in burp.pem | head -1mv burp.pem 9a5ba575.0adb rootadb remountadb push 9a5ba575.0 /sdcard/adb shellmv /sdcard/9a5ba575.0 /system/etc/security/cacerts/chmod 644 /system/etc/security/cacerts/9a5ba575.0Pointing Genymotion at Burp
PreviousSetup Android App Pentesting environment on Mac M4NextSetup Android Pentesting Environment on Debian Linux
Last updated