Skip to content

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 <buffer@antifork.org>

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

Stars

12 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages