承接 maxakawizard/php-virus-scanner 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

maxakawizard/php-virus-scanner

最新稳定版本:0.3.1

Composer 安装命令:

composer require maxakawizard/php-virus-scanner

包简介

PHP Virus Scanner

README 文档

README

Build Status Scrutinizer Code Quality Code Climate Coverage Status GitHub tag Minimum PHP Version License

SensioLabsInsight

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-03-30