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.1.tar.gz (4.4 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-paranoia-0.1.1.tar.gz
Algorithm Hash digest
SHA256 6148ae4028b8f5bd8da9a7407edf3e4aac105adfdb3f59c355649c1b9bc13b9d
MD5 b8a785ebda7511f44a0173b3bbfb1b26
BLAKE2b-256 d699b4207db6406904025187b05268bb0b002ee7ce270d8663bc531699363201

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