awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • rogandawes/p4wnp1Avatar RoganDawes

    RoganDawes/P4wnP1

    4,350Vezi pe 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
    Vezi pe GitHub↗4,350
  • jonaslejon/malicious-pdfAvatar jonaslejon

    jonaslejon/malicious-pdf

    4,070Vezi pe 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
    Vezi pe GitHub↗4,070
  1. Home
  2. Networking & Communication
  3. Request Payloads
  4. Execution Payload Tracing
  5. Adversarial Payload Execution
  6. Bash-Driven Payloads

Explorează sub-etichetele

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