Metadata-Version: 2.1
Name: django-soc-lite
Version: 0.0.2
Summary: A Powerfull Django plugin to detect and logging Basic Web-based Attack.
Home-page: https://github.com/threatequation/django-soc-lite
Author: threatequation
Author-email: contact@threatequation.com
Maintainer: threatequation
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Framework :: Django
Description-Content-Type: text/markdown
Requires-Dist: click (==6.6)
Requires-Dist: requests (==2.20.0)
Requires-Dist: requests-cache (==0.4.13)
Requires-Dist: shellescape (==3.4.1)

# 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 -

1. SQL injection
3. XSS (Cross Site Scripting)
4. Insecure File/Directory Access


### Who do I talk to? ###

* contact@threatequation.com

