Create HTTP packet
I would like create HTTP packet with random IP source.
Apparently, Pcap.net does it. I asked here : http://pcapdotne开发者_Python百科t.codeplex.com/Thread/View.aspx?ThreadId=227725, but I still have not figured out how to do it.
Anybody to help me to write code ?
I'm ready to do it in other langage than C#.
Thank you
IP address spoofing is the term you are looking for.
An example of doing this with C# can be found here:
- http://weblogs.asp.net/razan/archive/2009/09/25/ip-address-spoofing-in-c-using-p-invoke.aspx
or this similar question may help you:
- IP address spoofing using SharpPcap on C#
精彩评论