-
Notifications
You must be signed in to change notification settings - Fork 182
Burp not capturing traffic from xserver even after intercept proxy has been set #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
the setup uses genymotion emulator, I've set a proxy on the PC itself and another proxy on the wifi interface of the emulator, even tried using a proxy on the access point, all to no avail, can you please attend to this and not treat it as mediocre, it has taken alot of my time, thank you |
Hello can you kindly respond to this, I'm waiting on your reply |
First, you shall make sure that XServer is running in target APP. If XServer is running, you will be able to access it's web page. Then, you shall check proxy settings. When method is hooked, XServer will call it though HTTP and the server address will be 127.0.0.1:8000, with system proxy settings. Emulator sometimes I use, I use adb to map the port. Instead of set proxy in wifi settings, I use 3 adb command: |
I use real android mobile to do this, but nothing to intercept too. |
Can you open it's web page? When methodView page open, it has a websocket connection. XServer websocket handler do intercept and proxy, so you must have the websocket connection. |
No description provided.
The text was updated successfully, but these errors were encountered: