Genymotion - Proxying Android App Traffic Through Burp Suite
General
List devices:
Adb devices -l Connect to the listed device:
Adb connect <ip>:<port>Go to shell on connected device:
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
adb shell settings put global http_proxy localhost:<some port>adb reverse tcp:<some port> tcp:<port burp is listening on>PreviousSetup Android App Pentesting environment on Mac M4NextSetup Android Pentesting Environment on Debian Linux
Last updated
Was this helpful?