covertutils
latest

Basics:

  • Installation
  • Package, subpackage and module structure
  • Native Executables

Internals:

  • Internal Components
  • Ingredients for Cooking a Backdoor
  • Shells & SubShells
  • Beyond the OS Shell

Techniques:

  • Totally IDS/IPS evading payloads
  • Staging Python code

Tutorial'ish Material:

  • Assembling a Backdoor from Scratch - The Tutorial Restaurant
  • Programming Examples
  • Creating Custom Stages and Modules
  • Pozzo & Lucky

The whole "apidoc" pages ahead:

  • covertutils
    • covertutils package
      • Subpackages
        • covertutils.bridges package
        • covertutils.crypto package
        • covertutils.datamanipulation package
        • covertutils.handlers package
        • covertutils.orchestration package
        • covertutils.payloads package
        • covertutils.shells package
      • Submodules
      • covertutils.exceptions module
      • covertutils.helpers module
      • Module contents
covertutils
  • Docs »
  • covertutils »
  • covertutils package »
  • covertutils.crypto package
  • Edit on GitHub

covertutils.crypto package¶

Subpackages¶

  • covertutils.crypto.algorithms package
    • Submodules
    • covertutils.crypto.algorithms.__main__ module
    • covertutils.crypto.algorithms.crc32cyclingalgorithm module
    • covertutils.crypto.algorithms.cyclingalgorithm module
    • covertutils.crypto.algorithms.nullcyclingalgorithm module
    • covertutils.crypto.algorithms.standardcyclingalgorithm module
    • Module contents
  • covertutils.crypto.keys package
    • Submodules
    • covertutils.crypto.keys.__main__ module
    • covertutils.crypto.keys.cyclingkey module
    • covertutils.crypto.keys.encryptionkey module
    • covertutils.crypto.keys.standardcyclingkey module
    • Module contents

Module contents¶

Next Previous

© Copyright 2017, John Torakis - operatorequals. Revision 2d1eae69.

Built with Sphinx using a theme provided by Read the Docs.