PHP 中的防病毒集成

发布于 2024-10-27 22:12:00 字数 82 浏览 1 评论 0原文

我想在我的代码中集成防病毒插件(在用户上传或下载时检查文件,例如雅虎邮件)。我们如何在 PHP 中集成防病毒组件?任何想法或帮助将不胜感激。非常感谢。

I want to integrate antivirus plugin in my code ( To check the files when users are uploading or downloading, Like yahoo mail). How do we integrate an antivirus component inside PHP? Any ideas or help would be appreciated. Thanks a bunch.

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

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

发布评论

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

评论(2

等往事风中吹 2024-11-03 22:12:00

这取决于您使用的 AV 解决方案。如果该特定解决方案没有 PHP 绑定,您必须查看是否可以通过系统或 exec 调用触发 av 检查。

实际上提供与 PHP 结合使用的 AV 解决方案的示例是

That depends on which AV solution you are using. If there is no bindings for PHP for that particular solution, you have to see if you can trigger the av check through system or exec calls.

An example of an AV solution that actually does provide bindings for usage with PHP would be

通知家属抬走 2024-11-03 22:12:00

为自己获取一个可从控制台运行的防病毒软件,并使用 shell_exec函数来执行它,分析返回的输出。

Get yourself an antivirus that is runable from the console, and use the shell_exec function to execute it, analyse the returned output.

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