-2

I am looking for a solution for this problem:

I want to write a program in C# for sending some data to a website using an insert of some data into a form. But I want to change the IP address before sending each set of data.

I mean I want to fake the IP addresses, it is for testing purpose and I want to test large amount of request to my website.

Sam
  • 7,252
  • 16
  • 46
  • 65

1 Answers1

0

Already answered here I guess; IP address spoofing using SharpPcap on C#

Download the library and add it to the References of your project, and then take a look at the sample provided in the answer, which is in the link above.

Community
  • 1
  • 1
Odysseus
  • 1
  • 1