Friday, May 26, 2023

Proxying Newer Versions Of Android With Genymotion

 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

Related articles


  1. Hack Tools For Mac
  2. Pentest Tools Alternative
  3. Pentest Tools Subdomain
  4. Hack Tools Pc
  5. Hack Tools For Ubuntu
  6. Pentest Tools List
  7. Pentest Automation Tools
  8. Hacking Tools Github
  9. Pentest Tools Url Fuzzer
  10. Hacking Tools Name
  11. Hack Tools Mac
  12. Hack Tools For Ubuntu
  13. Physical Pentest Tools
  14. Pentest Tools Github
  15. Hacking Tools For Windows 7
  16. Termux Hacking Tools 2019
  17. Easy Hack Tools
  18. Pentest Tools Alternative
  19. Pentest Recon Tools
  20. Underground Hacker Sites
  21. Computer Hacker
  22. Hacking Tools Online
  23. Hacking Tools Usb
  24. Hacker Tools Free
  25. Hacking Tools Free Download
  26. Pentest Tools Kali Linux
  27. Hacking Tools Hardware
  28. Hack Tools 2019
  29. Pentest Tools Nmap
  30. Hacker Tools For Windows
  31. Pentest Tools Open Source
  32. Hacker Tools For Pc
  33. Pentest Tools Review
  34. Hacker Tools For Pc
  35. Hacking Tools Kit
  36. Hack And Tools
  37. Tools Used For Hacking
  38. Pentest Tools
  39. Hacker Tools For Ios
  40. Hacks And Tools
  41. Hack Tools Download
  42. New Hack Tools
  43. Wifi Hacker Tools For Windows
  44. Usb Pentest Tools
  45. Pentest Tools Url Fuzzer
  46. Hacking Tools For Beginners
  47. Hacking Tools Software
  48. Github Hacking Tools
  49. Black Hat Hacker Tools
  50. New Hack Tools
  51. Hacker Tools For Ios
  52. Physical Pentest Tools
  53. Termux Hacking Tools 2019
  54. Pentest Tools Windows
  55. Hacker
  56. Pentest Tools Website Vulnerability
  57. Hack Rom Tools
  58. Pentest Tools Port Scanner
  59. Hacking Tools For Windows Free Download
  60. Hacker Search Tools
  61. Pentest Tools For Mac
  62. Hacker Tools Hardware
  63. Pentest Tools Online
  64. Pentest Tools Url Fuzzer
  65. Nsa Hacker Tools
  66. Hack Tools Online
  67. Physical Pentest Tools
  68. Hacking Tools 2019
  69. Hacker Techniques Tools And Incident Handling
  70. Growth Hacker Tools
  71. Nsa Hacker Tools
  72. Hacker Tools Mac
  73. Hacker Tools For Windows
  74. Easy Hack Tools
  75. Hack Tools For Ubuntu
  76. Physical Pentest Tools
  77. Hacking Tools Usb
  78. Hacking Tools Usb
  79. Pentest Automation Tools
  80. Pentest Tools For Mac
  81. Hacking Tools Online
  82. Growth Hacker Tools
  83. Pentest Tools For Ubuntu
  84. Hacker Tools 2020
  85. Hacking Tools For Pc
  86. Wifi Hacker Tools For Windows
  87. Pentest Tools Website Vulnerability
  88. Hacker Tools 2020
  89. Hacker Tools List
  90. Termux Hacking Tools 2019
  91. Github Hacking Tools
  92. Pentest Tools For Ubuntu
  93. Pentest Tools Free
  94. How To Hack
  95. Pentest Tools Apk
  96. Blackhat Hacker Tools
  97. Nsa Hack Tools Download
  98. Hacking Apps
  99. Hacking Tools Windows 10
  100. Wifi Hacker Tools For Windows
  101. Pentest Tools Kali Linux
  102. Hacking Tools For Pc
  103. Hacking Tools For Kali Linux
  104. Best Pentesting Tools 2018
  105. Hacker Tools Windows
  106. Hack Tools
  107. Pentest Tools
  108. Black Hat Hacker Tools
  109. Pentest Tools Port Scanner
  110. How To Hack
  111. Pentest Box Tools Download
  112. Computer Hacker
  113. Hack And Tools
  114. Pentest Tools Nmap
  115. Nsa Hack Tools Download
  116. Hack Tools 2019
  117. Hacker Tools Linux
  118. Nsa Hack Tools Download
  119. Nsa Hack Tools
  120. Pentest Tools Apk
  121. Hack Tools Download
  122. Hack Tools Github
  123. Pentest Tools
  124. Install Pentest Tools Ubuntu
  125. What Is Hacking Tools
  126. Pentest Tools Nmap
  127. Pentest Tools List
  128. Best Hacking Tools 2019
  129. Hacking Tools Pc

No comments:

Post a Comment