Skip to content
/ phpvuln Public
forked from ecriminal/phpvuln

🕸️ Audit tool to find common vulnerabilities in PHP source code

Notifications You must be signed in to change notification settings

s23hck/phpvuln

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🕸️ Audit tool to find common vulnerabilities in PHP source code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%