summitt / Nope-Proxy

TCP/UDP Non-HTTP Proxy Extension (NoPE) for Burp Suite.
1.52k stars 236 forks source link

I can't intercept request #66

Open sangcx5 opened 11 months ago

sangcx5 commented 11 months ago

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 commented 11 months ago

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.