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

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

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

2 مستودعات

Awesome GitHub RepositoriesBash-Driven Payloads

Attack sequences orchestrated through shell scripts that trigger HID input patterns.

Distinct from Adversarial Payload Execution: Focuses on the use of bash scripting for orchestration rather than general adversarial payload execution

Explore 2 awesome GitHub repositories matching networking & communication · Bash-Driven Payloads. Refine with filters or upvote what's useful.

Awesome Bash-Driven Payloads GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • rogandawes/p4wnp1الصورة الرمزية لـ RoganDawes

    RoganDawes/P4wnP1

    4,350عرض على GitHub↗

    P4wnP1 is a hardware-based USB HID attack platform and peripheral emulator. It functions as a tool for emulating USB keyboards and mice to execute automated keystroke payloads, as well as a WiFi-enabled remote access tool that provides a wireless bridge for network relay and SSH access. The project is distinguished by its ability to establish covert bidirectional communication channels and remote shells using raw HID reports, specifically to bridge air-gapped systems. It further enables wireless network interception and the routing of network traffic over WiFi to facilitate man-in-the-middle

    Executes bash payloads when events occur like network link up, target IP assignment, or SSH login.

    Python
    عرض على GitHub↗4,350
  • jonaslejon/malicious-pdfالصورة الرمزية لـ jonaslejon

    jonaslejon/malicious-pdf

    4,070عرض على GitHub↗

    This project is a set of specialized utilities for generating malformed documents, obfuscating payloads, and crafting specific attack vectors to evaluate the resilience of security scanners. It functions as a PDF fuzzing framework and security testing tool designed to create PDF files with embedded payloads for verifying how document viewers and web applications handle vulnerabilities. The toolkit provides capabilities for encoding and hiding malicious content to test the detection effectiveness of security scanners. It includes a security payload generator for crafting specific attack vector

    Constructs PDF files by combining vulnerability strings with valid file format specifications.

    Pythonbugbountybugbounty-toolpdf
    عرض على GitHub↗4,070
  1. Home
  2. Networking & Communication
  3. Request Payloads
  4. Execution Payload Tracing
  5. Adversarial Payload Execution
  6. Bash-Driven Payloads

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

  • Document SynthesisGeneration of documents by combining target payloads with valid file format specifications. **Distinct from Bash-Driven Payloads:** Distinct from Bash-Driven Payloads: focuses on the construction of the file format itself rather than shell script orchestration.
  • Event-Triggered Bash PayloadsExecutes bash payloads when system events occur such as network link up, target IP assignment, or SSH login. **Distinct from Bash-Driven Payloads:** Distinct from Bash-Driven Payloads: focuses on event-driven execution triggers (network, driver, login events) rather than general bash scripting for HID orchestration.