A Powerfull Django plugin to detect and logging Basic Web-based Attack.
Project description
django_soc_lite
- A security middleware for Django app to Detect OWASP Top Basic and generate report in your ThreatEquation dashboard.
with pip
pip install django_soc_lite
Configure to Your APP
=================
. Add `django_soc_lite` to your project's `INSTALLED_APPS` in`settings.py` file.
. Add the following middleware to your project's `MIDDLEWARE_CLASSES` in `settings.py` file:
``'django_soc_lite.threat.middleware.ThreatEquationMiddleware',``
Include your Product_key and Api_key (without this step, AppSoc won't work)
=================
. in your `settings.py` file place your keys in anywhere.
THREAT_EQUATION_PRODUCT_KEY = <your product_id>
THREAT_EQUATION_API_KEY = <your api_key>
. example-
THREAT_EQUATION_PRODUCT_KEY = 'aaaaabbbbb'
THREAT_EQUATION_API_KEY = '1111111111999999999999xxxxxxxxxxxxxxxxx'
Features
Monitoring request data and generate reports on following areas -
- SQL injection
- XSS (Cross Site Scripting)
- Insecure File/Directory Access
Who do I talk to?
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
django_soc_lite-0.0.4.tar.gz
(8.4 kB
view details)
Built Distribution
File details
Details for the file django_soc_lite-0.0.4.tar.gz
.
File metadata
- Download URL: django_soc_lite-0.0.4.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d57a87720187aab7b5e2f1f529c6f77c254f4ddada06a515a16774db8d1612ed |
|
MD5 | a761a1708e30b4362c4a2ba35ee428b2 |
|
BLAKE2b-256 | c7406a9b29296f8278021ae3f2dcfeeac53d69229d79f9e697f5fd71d0a0d8c9 |
File details
Details for the file django_soc_lite-0.0.4-py2.py3-none-any.whl
.
File metadata
- Download URL: django_soc_lite-0.0.4-py2.py3-none-any.whl
- Upload date:
- Size: 21.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef97c30c1869a545d4b07fbfc1f369dce420a5c01467f1ca2204660cfdec3b21 |
|
MD5 | b37f70bdf0aa47482cd97a6ae8ddcce3 |
|
BLAKE2b-256 | dc10e74ae2fd8969f5808c0a923fd3f40b938a8e6743c7aa2829452eb419f07b |