Skip to main content

OWASP detection point reporting for Django

Project description

A Django lib to expose likely intrusion attempts. Using some of the AppSensor detection points from OWASP:

https://www.owasp.org/index.php/AppSensor_DetectionPoints

Note: this is not really ready for use yet.

Setup

To install:

pip install django-paranoia

Add in the middleware:

MIDDLEWARE_CLASSES = (
        ...
        'django_paranoia.middleware.Middleware',
)

Hook up the reporters in your settings file:

from django_paranoia import configure
configure.config([
        'django_paranoia.reporters.log',
        'django_paranoia.reporters.cef_'
])

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-paranoia-0.1.2.tar.gz (4.3 kB view details)

Uploaded Source

File details

Details for the file django-paranoia-0.1.2.tar.gz.

File metadata

File hashes

Hashes for django-paranoia-0.1.2.tar.gz
Algorithm Hash digest
SHA256 8c65d28d4bb071e8bb4f2f9ffda1724e3e4c3a4d312fa45329bc49457b55f320
MD5 96a6223173b8d4d1bca4033f7aab9792
BLAKE2b-256 8b6897a8e76ac53251cdaf545f921ed6b53ca46d3476557cf22d25ca45e18ca6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page