/PHPCodeAudit

🔍Find potential vulnerable/exploitable PHP functions in PHP projects automatically!

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

PHPCodeAudit

GPLv3 license Known Vulnerabilities

This is a standalone python script that makes the process of locating potential vulnerable/exploitable PHP functions (most of the functions are taken from this great stackoverflow answer) in PHP projects easy!

Example:

Note: To install the requirements:


pip install -r requirements.txt --upgrade --user

Disclaimer

This tool is only for testing and academic purposes and can only be used where strict consent has been given. Do not use it for illegal purposes! It is the end user’s responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this tool and software.

License

This project is licensed under the GPLv3 License - see the LICENSE file for details