NDIS driver to redirect all outgoing network packets

Hello.
I’m looking for a way to redirect all outgoing network packets to another IP.
How should I achieve it?

@EyalBer said:
Hello.
I’m looking for a way to redirect all outgoing network packets to another IP.
How should I achieve it?

And also return a response from the server to the program that sent the request.

@EyalBer said:

@EyalBer said:
Hello.
I’m looking for a way to redirect all outgoing network packets to another IP.
How should I achieve it?

And also return a response to the program that created the request.

Bump

Shmump. Making yet another SSL cracker solution?

– pa

It’s not an SSL cracker, it’s a tun/tap driver

Do you want L2 redirect?
Windows can do simple IP redirects:
https://docs.microsoft.com/en-us/windows-server/networking/technologies/netsh/netsh-interface-portproxy

  • pa