Skip to content
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

I can't intercept request #66

Open
sangcx5 opened this issue Jul 24, 2023 · 1 comment
Open

I can't intercept request #66

sangcx5 opened this issue Jul 24, 2023 · 1 comment

Comments

@sangcx5
Copy link

sangcx5 commented Jul 24, 2023

Hello everyone,

I'm using this extension to intercept request from my android app to a socket server that running on my laptop but I can't intercept any request, please help me

I followed the instructions in the wiki and I see some request in the DNS history tab (but not include any request from android app to server)

In "Non HTTP Proxy Settings" section, I have enabled a proxy with the following informations
Listener: 3000
Server Address: 192.168.1.10 (ip of my laptop and ip of the socket server)
Server Port: 65423 (listening port of the socket server)
Cert Host: HHH (I get from "hostname" command)

My laptop and android device connected to the same wifi

Thank you

@summitt
Copy link
Owner

summitt commented Aug 11, 2023

Is this an ssl/tls connection or is it a raw socket? What happens if you just try to connect from another machine using netcat to port 3000?

There are a few things that could be the problem.

  1. Could be the burp cert isn't trusted on the android device if it's and ssl connection
  2. The android app might be doing cert pinning and will reject any untrusted cert
  3. Could be you machines firewall is not allowing an incoming connection to port 3000.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants