Sql injection detector
Project description
SQL injection detector
This package proporcionates the capability of detecting sql injection in your json/dict data. Regardles of how your data looks like and how nested is your dictionary, it will go through each step and provide a response
Usage:
import libs
from sqlinjection.sql_injection import SqlInjectionChecker
from sqlinjection.errors import SqlInjectionException
for validating a dictionary
try:
SqlInjectionChecker().validate_json(data)
except SqlInjectionException as exc:
# if an sql injection has been detected an exception will be raised
print(exc)
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
sqlinjection-0.0.5.tar.gz
(3.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sqlinjection-0.0.5.tar.gz.
File metadata
- Download URL: sqlinjection-0.0.5.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecf9e74ec7da1f5e7fbbfac60e9287209efacce8005092fcd049882e336fdfc0
|
|
| MD5 |
8c9748126160f3e66d6fa361e65c772d
|
|
| BLAKE2b-256 |
fb32b19d46516ed094ac7784b88c72dbb4a6957cb736f95ddc295800fbbef21b
|
File details
Details for the file sqlinjection-0.0.5-py3-none-any.whl.
File metadata
- Download URL: sqlinjection-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd32c9714d724e306cfba8e9b6b41c5eb1f56be31d73936e706b5df50b21fc56
|
|
| MD5 |
7aa6c0787a5f3bfdc6d53271ed2e7b73
|
|
| BLAKE2b-256 |
65db3c37efa92f9b7149151fc2b3472e5ec418d0c4bbb6580fcbd345d632f6c8
|