Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 998 Bytes

README.rst

File metadata and controls

57 lines (32 loc) · 998 Bytes

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.