2 repositorios
Authoring of Python-based modules for post-exploitation with templated variable substitution for user-provided options.
Distinct from Python Implant Deployments: None of the candidates cover Python module authoring for post-exploitation; closest is Python Implant Deployments which focuses on agent deployment.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Python Module Development. Refine with filters or upvote what's useful.
Empire is a post-exploitation command-and-control (C2) framework designed for red team operations. It deploys and manages agents written in PowerShell, Python, C#, Go, and C across Windows, Linux, and macOS, using encrypted communication channels over HTTP, HTTPS, and SMB. The framework executes over 400 built-in modules for reconnaissance, privilege escalation, credential theft, and lateral movement, and provides a modular engine for authoring custom attack modules. What sets Empire apart is its multi-language agent deployment system, which allows operators to choose implants that suit each
Empire creates a red team operation module in Python, using templated variable substitution to inject user-provided options.
micropython-lib is the official package repository for MicroPython, providing a collection of modules and libraries designed to run on microcontrollers and other constrained devices. It implements a reduced subset of CPython's standard library, adapting familiar Python interfaces to fit within the limited memory and processing power of embedded systems. The project enables developers to reuse existing Python knowledge on MicroPython hardware by offering minimalist implementations of core modules. The library supports multiple methods for getting code onto devices, including copying single-fil
Ports core Python modules to run on MicroPython, enabling familiar coding patterns on constrained hardware.