I did a quick video last night for someone on proxying the newer version of Android SDK with Genymotion as the changes back in version 7 make it a bit more difficult to proxy https traffic and I get a lot of questions on a regular basis even years later... 

Hopefully this video helps anyone else out that may be running into the same troubles.. This is proxying the latest version of android as of this writing which is version 10 but should work just fine on newer versions unless there is a major change in the future again that specifically restricts this method.. 


Mobile Hacking - Proxying Newer Versions of Android with Burp and Genymotion:




You can follow along with the video but additionally for reference below are the commands used: 



Step 1: Create a Burp Cert for Android

  1. Export the certificate from burp to .DER format via the proxy tab import/export

  2. Change the format from der to pem: 

       openssl x509 -inform DER -in cacert.der -out cacert.pem


  3. Pull the hash of the certificate subject name and rename the cert to the hah.0 format: 

       openssl x509 -inform PEM -subject_hash_old -in cacert.pem |head -1

       mv cacert.pem <hash>.0


Step 2: Create a new Emulator: 

  1. Create a version 10 Galaxy x10 with bridge mode networking (or whatever newest version required)

  2. Click 3 dots under my installed devices in genymotion --> Edit --> Change to bridged mode


Step 3: Setup certificate on device

  1. Check devices and push the certificate to the SD card: 

     adb devices

     adb push <hash.0> /sdcard/


  2. Connect to the device and install the cert with proper permissions: 

     adb remount

     adb shell

     mv /sdcard/<hash.0> /system/etc/security/cacerts/

     chmod 644 /system/etc/security/cacerts/<hash.0>


  3. Reboot the device: 

     reboot


Step 4: Verify and setup the proxy: 

  1. Settings --> search for Trusted --> Scroll down till you see portswigger

  2. Setup your Burp proxy to the correct IP/Port combo of your external interface IP

  3. In Genymotion click Settings --> wifi  --> Gear -> Pencil Icon -> Add in Proxy info under advanced

  4. Go forth and proxy things

More articles


  1. Top Pentest Tools
  2. Pentest Tools Tcp Port Scanner
  3. Pentest Tools For Ubuntu
  4. Hacker Tools Online
  5. Pentest Tools Windows
  6. Easy Hack Tools
  7. Hacker Tools Github
  8. Pentest Reporting Tools
  9. Pentest Tools Port Scanner
  10. Pentest Tools Apk
  11. Hacking Tools For Windows 7
  12. Android Hack Tools Github
  13. Hacking Tools Name
  14. Best Hacking Tools 2020
  15. Beginner Hacker Tools
  16. Nsa Hacker Tools
  17. Hacking Tools Name
  18. Hacking Tools For Windows Free Download
  19. Hackrf Tools
  20. Pentest Tools Linux
  21. Hacking Tools Mac
  22. Hacker Tools Apk Download
  23. Pentest Tools Open Source
  24. Pentest Tools Url Fuzzer
  25. Usb Pentest Tools
  26. Wifi Hacker Tools For Windows
  27. Pentest Tools Port Scanner
  28. Hacking Tools And Software
  29. Pentest Automation Tools
  30. Pentest Tools Nmap
  31. Hacker
  32. Ethical Hacker Tools
  33. Hackers Toolbox
  34. Hacker Tools 2020
  35. Beginner Hacker Tools
  36. Hack Tools
  37. Hacker Tools For Mac
  38. Pentest Tools Port Scanner
  39. Hacker Tools For Ios
  40. Hack Website Online Tool
  41. New Hack Tools
  42. Hacking Tools Kit
  43. Hacking Tools Windows 10
  44. Hacker Tools Apk Download
  45. Pentest Tools For Mac
  46. Hackrf Tools
  47. Hack Tools For Windows
  48. Hack Website Online Tool
  49. Hacking Tools Windows
  50. Hacker Tools For Mac
  51. Github Hacking Tools
  52. Hacking Tools Software
  53. Hacker Tools List
  54. Hacking Tools For Windows 7
  55. Hak5 Tools
  56. Nsa Hack Tools Download
  57. Hacking Tools For Kali Linux
  58. Pentest Recon Tools
  59. Hacking Tools Online
  60. Pentest Tools List
  61. Best Hacking Tools 2020
  62. Nsa Hack Tools Download
  63. Hack Tool Apk No Root
  64. Hack And Tools
  65. Hacker Tools Free Download
  66. Pentest Tools Android
  67. What Is Hacking Tools
  68. Pentest Tools Subdomain
  69. Hacking App
  70. Hacking Tools 2020
  71. Hacker Tools For Ios
  72. Hack Website Online Tool
  73. Pentest Tools Review
  74. Pentest Tools Find Subdomains
  75. Hacking Tools 2019
  76. Hack Tools For Mac
  77. Hacking Tools For Kali Linux
  78. Hacking Tools Hardware
  79. Hack Tools
  80. Hack Tools Mac
  81. Tools For Hacker
  82. Hack Tool Apk
  83. Hacker Search Tools
  84. Pentest Tools Url Fuzzer
  85. Hacking Apps
  86. Pentest Tools For Android
  87. Hacking Tools For Kali Linux
  88. Hacking Tools Github
  89. How To Hack
  90. Termux Hacking Tools 2019
  91. Best Hacking Tools 2020
  92. Pentest Tools Github
  93. Hacker Techniques Tools And Incident Handling

Posting Komentar

 
Top