awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesPython Module Development

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.

Awesome Python Module Development GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • bc-security/empireAvatar de BC-SECURITY

    BC-SECURITY/Empire

    5,045Voir sur GitHub↗

    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.

    PowerShellc2empirehacktoberfest
    Voir sur GitHub↗5,045
  • micropython/micropython-libAvatar de micropython

    micropython/micropython-lib

    2,755Voir sur GitHub↗

    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.

    Pythonmicropython
    Voir sur GitHub↗2,755
  1. Home
  2. Programming Languages & Runtimes
  3. Python Module Development

Explorer les sous-tags

  • Knowledge ReusesProvides reduced-feature implementations of standard library modules so developers reuse existing Python knowledge. **Distinct from Python Module Development:** Distinct from Python Module Development: focuses on enabling knowledge reuse through reduced implementations, not authoring new modules.
  • Microcontroller PortsPorts core Python modules to run on MicroPython, enabling familiar coding patterns on constrained hardware. **Distinct from Python Module Development:** Distinct from Python Module Development: focuses on porting existing modules to microcontrollers, not authoring new modules for post-exploitation.