awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • bc-security/empireالصورة الرمزية لـ BC-SECURITY

    BC-SECURITY/Empire

    5,045عرض على 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
    عرض على GitHub↗5,045
  • micropython/micropython-libالصورة الرمزية لـ micropython

    micropython/micropython-lib

    2,755عرض على 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
    عرض على GitHub↗2,755
  1. Home
  2. Programming Languages & Runtimes
  3. Python Module Development

استكشف الوسوم الفرعية

  • 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.