开发者

Send SYN packet in C#?

开发者 https://www.devze.com 2022-12-28 20:07 出处:网络
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 tryingto do this old DoS attack, just curious how to

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

精彩评论

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