Nope-Proxy
Nope-Proxy copied to clipboard
I can't intercept request
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
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.
- Could be the burp cert isn't trusted on the android device if it's and ssl connection
- The android app might be doing cert pinning and will reject any untrusted cert
- Could be you machines firewall is not allowing an incoming connection to port 3000.