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

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-paranoia-0.1.3.tar.gz
Algorithm Hash digest
SHA256 1d5c1159068143aa9c2f38bd3b97c32cbd3283ccd5df5623e5d81354cf523f13
MD5 16393cae2533243067f513412b2d51be
BLAKE2b-256 03ebd423510949a7a31b0fea359ce95b09117c9b1b626b5a235eaac0602d7d27

See more details on using hashes here.

Supported by

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