alekseykorzun/php-audit

phpAudit 是一个简单的shell脚本,用于扫描PHP文件中的潜在安全风险。

安装: 19

依赖: 0

建议: 0

安全: 0

星标: 26

关注者: 4

分支: 8

开放问题: 0

语言:Shell

dev-master 2013-04-07 19:58 UTC

This package is not auto-updated.

Last update: 2024-09-14 15:07:01 UTC


README

phpAudit (v1.0)
==========================

phpAudit is a simple shell script that scans PHP files for possible security risks.

Usage
-----

Make sure script has execution permissions (chmod a+x phpAudit) and simply run:
./phpAudit /path/to/directory/with/php/files/) to begin scanning.

Permissions
-----

Your system must provide you with full access to bash, find, grep and cat utilities.