Hacking Phpvuln - Audit Tool To Find Common Vulnerabilities In PHP Source Code

Jeremys

Regular
Joined
28.09.20
Messages
74
Reaction score
205
Points
18

Phpvuln - Audit Tool To Find Common Vulnerabilities In PHP Source Code


Python 3.x Discord


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​


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
 
Top Bottom