alekseykorzun/php-audit

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

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 26

Watchers: 2

Forks: 8

Language:Shell

pkg:composer/alekseykorzun/php-audit

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

This package is not auto-updated.

Last update: 2025-10-25 20:41:49 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.