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

Uploaded Source

File details

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

File metadata

  • Download URL: django-paranoia-0.1.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-paranoia-0.1.tar.gz
Algorithm Hash digest
SHA256 963e47ee7002497cc4c1e06401fee4310b695eaed437880359afdf63050030f3
MD5 e3de87e0f9eb8ca9e21831edb025f0e3
BLAKE2b-256 38d892fd65b5e000e7bb9f0279c47134c06426ec97d0cc760a7b40f50dce0674

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