Skip to main content
SSL Sniffing with Android x86 and frida
- Install Android x86 (I used 8.1r3)
- Configure with virtwifi
- Long press to access advanced menu's proxy settings
- Proxy traffic to BurpSuite or similar
- Install frida-server on Android x86
- follow https://www.frida.re/docs/android/
- frida-ps -aiH 192.168.x.x #find the target’s application identified ex: com.company.myapp
- download file bypass.js into current directory
- frida -H 192.168.x.x -f com.company.myapp -l bypass.js –no-pause
- burpsuite should now see plain text requests coming in