Skip to content

šŸ”Find potential vulnerable/exploitable PHP functions in PHP projects automatically!

License

Notifications You must be signed in to change notification settings

chrispetrou/PHPCodeAudit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ā 

History

4 Commits
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 
Ā 

Repository files navigation

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