Vulny-Code-Static-Analysis: detect vulnerabilities into a PHP source code

PHP_Code_Static_Analysis

A basic script to detect vulnerabilities into a PHP source code

Currently detecting :

  • SQL injection
  • Local File Inclusion
  • Insecure emails
  • Cross Site Scripting
  • Remote Commands Execution
  • LDAP injection
  • XPATH injection
  • Header injection
  • URL redirection

Download

git clone https://github.com/swisskyrepo/Vulny-Code-Static-Analysis.git

 

Usage

python index.py -h

usage: index.py [-h] [--dir DIR]

optional arguments:
-h, --help show this help message and exit
--dir DIR Directory to analyse

 

Copyright 2017 VulnyCode Team

Source: https://github.com/swisskyrepo/