Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 604 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 604 Bytes

phpvuln

phpvuln is an open source 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 https://github.com/s23hck/phpvuln.git

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