Libinjection Python Wrapper
Project description
Libinjection-python
Libinjection-python is a wrapper based on Cython for the Libinjection library.
Libinjection Version: v3.10.0(Released on 22 May 2017)
Requirements
- Python 2.7 or 3.4+
- Cython module (install via pip)
Installation
pip install libinjection-python
Usage
-
Check for SQL Injection
>> import libinjection >> libinjection.is_sql_injection("http://testphp.vulnweb.com/main.php?SmallClass=' union select * from news where 1=2 and ''='") {'is_sqli': True, 'fingerprint': 'sUEok'}
-
Check for Cross Site Scripting
>> import libinjection >> libinjection.is_xss("http://testphp.vulnweb.com/index.php?name=guest<script>alert('attacked')</script>") True
License
Copyright (c) 2018 wzhvictor
Licensed under the GNU General Public License v3.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
libinjection-python-1.1.3.tar.gz
(135.4 kB
view hashes)
Built Distributions
Close
Hashes for libinjection-python-1.1.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5432f80533d20849a98cea6c7edff2bd17883a9b3066d9fb7f21329e7d50a17 |
|
MD5 | e3383b083b162460dce70dc30d7c12c5 |
|
BLAKE2b-256 | f49e51bf3776c52f0913db53aa285a04688b88d2bd93d27214748e4eb132fb93 |
Close
Hashes for libinjection_python-1.1.3-py3.6-macosx-10.13-x86_64.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | c66624814aa8a47ebc4101f1dd7a9f7d4ac19da97b5914b9aa46c40e57cb6d70 |
|
MD5 | d1cf07f287c0deda2574a856d734eb89 |
|
BLAKE2b-256 | 7b110210cae0241de997f325f0601b399766eaead64d139108ef5e746a9af9b7 |
Close
Hashes for libinjection_python-1.1.3-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | af746a985ded01dfdef0c131efce4bfd2cda889a2ffe45e02c0f0383d8ee9ee6 |
|
MD5 | 5c97e5582bd48a9ce2bad33b0aaa31a2 |
|
BLAKE2b-256 | 349d5a4a23c5b38a147889c8e92da8678a0859c7df9411c9a674802daed44474 |