Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/olivo/TaintPHP

Taint Analysis for PHP
https://github.com/olivo/TaintPHP

Last synced: about 2 months ago
JSON representation

Taint Analysis for PHP

Awesome Lists containing this project

README

        

# TaintPHP
Static Taint Analysis for PHP web applications. Useful for detecting
Cross-Site Scripting (XSS), SQL injections (SQLi), and confidentiality
vulnerabilities.

# Execution
The execution script is 'run.script'. Modify the 'APPLICATION_FILE'
bash variable in 'run.script', and execute the script to start the analysis.