awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • rogandawes/p4wnp1RoganDawes 的头像

    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-pdfjonaslejon 的头像

    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.