Skip to main content

No project description provided

Project description

Defendatron

Defendatron is a simple coordinator for Protectabots, Python modules that provide security features for your applications.


img_1.png

Upload Python Package


Installation

pip install defendatron

Usage

import defendatron

# Activate defendatron (all Protectabots)
defendatron.activate()

# Deactivate defendatron (all Protectabots)
defendatron.deactivate()

# Activate specific Protectabots
defendatron.nullscream.activate()
defendatron.shadowlogger.activate()
defendatron.darklock.activate()

# Deactivate specific Protectabots
defendatron.nullscream.deactivate()
defendatron.shadowlogger.deactivate()
defendatron.darklock.deactivate()

See src/defendatron/__init__.py for more advanced usage.

When Protectabots assemble, they create Defendatron

img_2.png


Defendatron is built with Protectabots, Python modules that provide security features for your applications. Each Protectabot is designed to defend against specific threats and vulnerabilities, helping to provide another layer of protection for your code.

  • nullscream Responsible for masquerading as other libraries in order to cancel out their operations. Useful when you are unable to modify the code of a library that you are using, but you want to prevent it from performing certain operations.
  • darklock Responsible for locking down your application and preventing it from performing certain operations.
  • shadowlogger Intercepts all logs and shadows them, preventing sensitive information from being leaked.

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

defendatron-0.1.8.tar.gz (15.0 kB view hashes)

Uploaded Source

Built Distribution

defendatron-0.1.8-py3-none-any.whl (15.3 kB view hashes)

Uploaded Python 3

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