maxakawizard/php-virus-scanner
最新稳定版本:0.3.1
Composer 安装命令:
composer require maxakawizard/php-virus-scanner
包简介
PHP Virus Scanner
README 文档
README
This is a console tool for scanning files for virus signatures.
The code is compliant with PSR-4, PSR-1, and PSR-2. If you notice compliance oversights, please send a patch via pull request.
Usage
For correct signature interpretation, use only single quotes in command line.
If signature contains single code itself, escape it in such way: '\''
This will output *.php files containing code eval($_POST['a']):
php phpvs scan /path/to/dir 'eval($_POST['\''a'\''])'
This will delete all *.php files containing code eval(base64_decode($abc)):
php phpvs scan /path/to/dir 'eval(base64_decode($abc))' --delete
License
This library is released under MIT license.
统计信息
- 总下载量: 30
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-30