病毒上传扫描asp.net

发布于 2024-07-12 11:12:12 字数 75 浏览 6 评论 0原文

如何防止人们将病毒上传到您的 ASP.NET Windows 网站? 我将显示的唯一用户内容是图像、声音和视频,这些内容是否包含病毒?

How do you prevent people uploading viruses to your asp.net windows website ? The only user content I'll be showing are images, sounds and video, can these contain viruses ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

婴鹅 2024-07-19 11:12:12

某些客户端/浏览器可以使用特制的图像进行利用(咳咳……IE)。 我想说你基本上没问题,只要正在编写 。 标记并清理您的数据库输入

另外,如果您想扫描用户内容是否有病毒,可以使用命令行扫描器,例如 NOD32 等提供的扫描器,但我认为这对于网站来说过于占用处理器资源。

Certain clients/browser are exploitable using specially crafted images (ahem... IE). I'd say you are mostly fine, as long as you are writing the <object> tag and sanitise your database inputs.

Also, if you would like to scan user content for viruses, a command-line scanner, such as that provided by NOD32, etc. can be used, but I think that's too processor-intensive for a website.

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