Can it intercept TCP requests sent directly to an IP adress without passing through a DNS ?
Hello,
I'm trying to intercept the requests of an app, but I think the IP of the main server is hardcoded into the app. While I can intercept the request of the app that goes through third party services, and see them in the DNS history, the "main" requests are visible in wireshark but does not make anything appear in the DNS history. I see no DNS request that returns the IP that theses request come from/goes to. Since I can see these requests in Wireshark, I know which IP and port to use to set up the non-HTTP Proxy, but adding a proxy with those data don't intercept these requests. Does NoPe rely on the DNS layer to intercept packets, thus making these kind of requests un-interceptable ? Or am I misunderstanding something ?