Skip to content

mushorg/pylibinjection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pylibinjection

Pylibinjection is a wrapper for the Libinjection library (https://github.com/client9/libinjection).

Requirements

  • Python 2.5 or later
  • Python-dev (Python header files)
  • Optional cython

If you are using python 2.x :

$ apt-get install python-dev

If you are using python 3.x :

$ apt-get install python3-dev

Installation

$ pip install pylibinjection

Usage

$ python
>>> import pylibinjection
>>> pylibinjection.detect_sqli("anything' OR 'x'='x';")

Developers

Pylinjection embeds libinjection as a submodule, which means that you must clone the repo with the --recursive option:

$ git clone --recursive https://github.com/glastopf/pylibinjection.git

License information

Copyright (C) 2013 Angelo Dell'Aera <[email protected]>

License: GNU General Public License, version 2 or later; see COPYING.txt included in this archive for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages