Skip to content

A python tool to find sqli vulnerabilities in python code

License

Notifications You must be signed in to change notification settings

simsieg/pyInjection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyInjection

pyInjection uses various heuristics to look for SQL injection vulnerabilities in python source code.

Based on https://github.com/uber/py-find-injection.

Usage

$ python bin/pyInjection.py --help
usage: pyInjection.py [-h] [-v] [-i INPUT] [-j] [-s] [-q] [files [files ...]]

Look for patterns in python source files that might indicate SQL injection or
other vulnerabilities

positional arguments:
  files                 files to check or '-' for standard in

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
  -i INPUT, --input INPUT
                        path to a file containing a list of files to check,
                        each file in a line
  -j, --json            print output in JSON
  -s, --stdin           read from standard in, passed files are ignored
  -q, --quiet           do not print error statistics

Exit status is 0 if all files are okay, 1 if any files have an error. Found
vulnerabilities are printed to standard out

About

A python tool to find sqli vulnerabilities in python code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages