Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olivo/TaintPHP
Taint Analysis for PHP
https://github.com/olivo/TaintPHP
Last synced: 15 days ago
JSON representation
Taint Analysis for PHP
- Host: GitHub
- URL: https://github.com/olivo/TaintPHP
- Owner: olivo
- Created: 2016-02-02T02:16:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-17T01:54:35.000Z (over 8 years ago)
- Last Synced: 2024-08-02T00:25:58.250Z (4 months ago)
- Language: PHP
- Size: 217 KB
- Stars: 42
- Watchers: 4
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.