问题标签 [php-malware-scanner]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - 使用 YARA 检查时 phpseclib 中的 DangerousPhp
在使用YARA在 PHP 应用程序内进行恶意软件扫描时,
yara -r ./php.yar -s /myapp
里面使用的恶意软件查找工具是https://github.com/nbs-system/php-malware-finder/
引发此错误的 phpseclib 库文件是https://github.com/phpseclib/phpseclib/blob/master/phpseclib/Net/SSH2.php
任何帮助将不胜感激。