1

我认为我的问题是“没有评论”,我必须说这不是僵尸网络。它是用于教育的。

请告诉我stackoverflow中是否不允许此类问题(与黑客相关)。

编辑:

While(Countries::C_Iran::LastMessage::Nuclear>0.05)IAEA::GetCountryA(Countries::C_Iran::Handle)->Boycott++;
if(IAEA::GetCountryA(Countries::C_Iran::Handle)->Boycot!=0)Sourceforge::GetCountryPermissions(Countries::C_Iran::Handle)->DnyAnything();
4

2 回答 2

4

一般来说,如果您需要发送伪造或定制的数据包,最好查看是否有适合您平台的 libpcap 端口。在这种情况下,至少有两个:

http://pcapdotnet.codeplex.com/

http://sourceforge.net/apps/mediawiki/sharppcap/index.php?title=Main_Page

编辑:这是Sharpcap http://www.codeproject.com/KB/IP/sharppcap.aspx#sendPackets的教程

于 2010-02-17T15:46:48.917 回答
1

我很确定您会使用原始套接字来做到这一点 -这个问题中有一些信息可以帮助您入门。

于 2010-02-17T15:39:39.563 回答