Jeremys
Essential
- Joined
- 28.09.20
- Messages
- 75
- Reaction score
- 238
- Points
- 18
Phpvuln - Audit Tool To Find Common Vulnerabilities In PHP Source Code
Phpvuln - Audit Tool To Find Common Vulnerabilities In PHP Source Code
phpvuln is an open source OWASP penetration testing tool written in Python 3, that can speed up the the process of finding common PHP vulnerabilities in PHP code, i.e. command injection, local/remote file inclusion and SQL injection.
Screenshot
Installation
You can download phpvuln by cloning the Git repository:
git clone ecriminal/phpvuln
Install the required PIP packages:
python -m pip install -r requirements.txt
Usage
To get the list of all options use:
python phpvuln.py -h
Download