Friday, December 3, 2021

Redirecting traffic from one IP to another on Windows 10

Hi, I have an application that connects to a server with IP X.Y.Z.T where X, Y, Z are fixed but T is random. I would like to somehow force the application to use a specific T instead of random one.

One idea I've had was to somehow watch for all ingoing/outgoing packets and whenever I see X.Y.Z.A, just replace it with X.Y.Z.T where T is chosen by me. However, I couldn't find a solution for that.

How can I fix the IP/redirect packets/rewrite packets/etc?



No comments:

Post a Comment