How to replace the sender's IP address with C#?

The question is as follows: is it possible to send a simple TCP socket with the left IP address? Is it possible to implement this in C#? And if possible, how? I heard that this is called IP Spoofing, and Raw sockets, but I did not find any specific implementations of sending it

Author: mik.ov, 2019-01-30

1 answers

This can be implemented using a "third-party computer", but first you will need to throw (a service, a program with tcplistner) on it to make a repeater of your request and in fact your ip will remain on the "third-party computer", and the packet will be sent from the ip of the"third-party computer".

 2
Author: Yury Bakharev, 2019-01-30 14:14:09