Skip to content

Instantly share code, notes, and snippets.

@eoftedal
Created March 15, 2016 10:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eoftedal/5f799b7fbf05b57e1fbf to your computer and use it in GitHub Desktop.
Save eoftedal/5f799b7fbf05b57e1fbf to your computer and use it in GitHub Desktop.
http://techblog.vsza.hu/posts/Using_Android_emulator_with_Burp_Suite.html
adb shell mount -o rw,remount /system
openssl x509 -in burp.cer -inform DER -text
openssl x509 -noout -subject_hash_old -inform DER -in burp.cer
adb push burp.cer /system/etc/security/cacerts/9a5ba575.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment