开发者

Send SYN packet in C#?

I am wondering whether it is even possible or I cannot do such a raw socket manipulation? If开发者_StackOverflow社区 so, how can I try it? I am not trying to do this old DoS attack, just curious how to send it thru C#. Thanks


You should be able to do this by creating a socket using SocketType.Raw and ProtocolType.IPoptions.

Then you can write the bytes that form the SYN packet to the socket.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜