是否可以在.net 中伪造数据包?

发布于 2024-08-22 06:31:31 字数 383 浏览 4 评论 0原文

我认为我的问题是“无可奉告”,我必须说这不是僵尸网络。它是用于教育的。

请告诉我 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

挽心 2024-08-29 06:31:31

一般来说,如果您需要发送伪造或定制的数据包,最好查看是否有适合您平台的 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

魔法少女 2024-08-29 06:31:31

我很确定你会使用原始套接字来做到这一点 - 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文