是否可以在.net 中伪造数据包?
我认为我的问题是“无可奉告”,我必须说这不是僵尸网络。它是用于教育的。
请告诉我 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();
I think my question is "no comment", and I must say is is not a bot-net.it is for education.
please tell me if this kind of question (hacking related) is not allowed in stackoverflow.
Edit:
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();
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
一般来说,如果您需要发送伪造或定制的数据包,最好查看是否有适合您平台的 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
In general, if you need to send forged or custom-made packets, it's always a good idea to see if there is a port of libpcap for your platform. In this case, there are at least two:
http://pcapdotnet.codeplex.com/
http://sourceforge.net/apps/mediawiki/sharppcap/index.php?title=Main_Page
EDIT: here's a tutorial for sharpcap http://www.codeproject.com/KB/IP/sharppcap.aspx#sendPackets
我很确定你会使用原始套接字来做到这一点 - this 中有一些信息问题应该让你开始。
I'm pretty sure you'd use raw sockets to do that - there's a bit of info in this question that should get you started.