Skip to content

threatequation/django-soc-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  2. XSS (Cross Site Scripting)
  3. Insecure File/Directory Access

Who do I talk to?

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages