Page Tools:
Wiki Relationships:
Admin Tools:
Projects:phpsecaudit
Home of the new Spike PHP security audit tool!
This is a new Open Source tools based on the popular RATS C based auditing tool.
- To install, unzip Spike phpSecAudit package.
> unzip spike_phpSecAudit.zip
- Execute the run.php, passing the file name or directory to audit. Note that the --src option is mandatory.
> php /path/to/spike_phpSecAudit/run.php --src test_file.php
or
> php /path/to/spike_phpSecAudit/run.php --src dir_name
- Execute the following for help.
> php run.php --help

Testing
