February 20, 2021 at 8:10 am
#364783
Straight-Theory1991
If you’re ok with programming you could write a program that fabricates packet(s) with a fake source IP. There are probably libraries for generating raw packets out there. GIYF.
Here is a tutorial for implementing raw sockets in c++:
[https://www.binarytides.com/raw-sockets-using-winsock/](https://www.binarytides.com/raw-sockets-using-winsock/)
Comments