Logo
Setup Anbox and BurpSuite to Monitor HTTP Requests

Setup Anbox and BurpSuite to Monitor HTTP Requests

March 24, 2022
1 min read

Check default bridge using ifconfig and note the IP address

Terminal window
ifconfig anbox0

set global proxy

Terminal window
adb shell settings put global http_proxy <IP>:8855

set Burp to listen on all interface on port 8855

To deactivate proxy:

Terminal window
adb shell settings put global http_proxy :0