awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

63 रिपॉजिटरी

Awesome GitHub RepositoriesExploit Development Tools

Frameworks and environments designed for developing and testing kernel exploits.

Explore 63 awesome GitHub repositories matching part of an awesome list · Exploit Development Tools. Refine with filters or upvote what's useful.

Awesome Exploit Development Tools GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • pwndbg/pwndbgpwndbg का अवतार

    pwndbg/pwndbg

    10,051GitHub पर देखें↗

    pwndbg is a GDB plugin and binary analysis framework designed for reverse engineering, exploit development, and low-level program analysis. It extends the core functionality of the debugger to provide advanced memory inspection and automation tools. The project distinguishes itself with specialized capabilities for heap analysis across glibc, jemalloc, and musl, as well as a comprehensive kernel debugging toolkit for inspecting Linux kernel tasks and slab allocators. It includes an integrated ROP gadget searcher for constructing exploit chains and an LLM-powered debugging assistant that provi

    Includes tools for identifying memory corruption and constructing ROP chains for exploit development.

    Pythonbinary-ninjacapture-the-flagctf
    GitHub पर देखें↗10,051
  • mzet-/linux-exploit-suggestermzet- का अवतार

    mzet-/linux-exploit-suggester

    6,528GitHub पर देखें↗

    linux-exploit-suggester is a diagnostic utility and vulnerability scanner designed to identify potential kernel exploits on Linux systems. It functions as a privilege escalation auditor by matching system information and kernel versions against a database of known security flaws. The tool differentiates itself by filtering and ranking exploits based on specific system properties and runtime security configurations. It evaluates kernel hardening settings, such as memory protection mechanisms, to discard inapplicable exploits and prioritize candidates by their probability of success. The softw

    Provides recommendations for kernel exploits based on system information.

    Shell
    GitHub पर देखें↗6,528
  • v4bel/dirtyfragV4bel का अवतार

    V4bel/dirtyfrag

    4,845GitHub पर देखें↗

    dirtyfrag, Linux कर्नल विशेषाधिकार वृद्धि के लिए एक प्रूफ-ऑफ़-कांसेप्ट एक्सप्लॉइट है। यह उपयोगकर्ता अनुमतियों को प्रशासनिक रूट स्तरों तक बढ़ाने के लिए पेज-कैश राइट कमजोरियों को लक्षित करता है। यह प्रोजेक्ट एक नियतात्मक एक्सप्लॉइट चेन प्रदर्शित करता है जो xfrm-ESP प्रोटोकॉल इम्प्लीमेंटेशन और RxRPC तंत्र में कमजोरियों के लिए कार्यात्मक प्रूफ-ऑफ़-कांसेप्ट का उपयोग करता है। इन मेमोरी भ्रष्टाचार कमजोरियों को जोड़कर, एक्सप्लॉइट टाइमिंग-आधारित रेस कंडीशंस पर भरोसा किए बिना रूट एक्सेस प्राप्त करता है। यह टूल कर्नल मेमोरी हेरफेर और स्थानीय विशेषाधिकार वृद्धि का परीक्षण करने और Linux भेद्यता अनुसंधान करने के लिए एक्सप्लॉइट चेन के विकास को कवर करता है।

    Exploit code for memory fragmentation vulnerabilities.

    C
    GitHub पर देखें↗4,845
  • iaik/meltdownIAIK का अवतार

    IAIK/meltdown

    4,172GitHub पर देखें↗

    Meltdown is a set of software utilities designed to bypass kernel address randomization and dump physical memory to exploit hardware-level security vulnerabilities. It serves as a proof of concept for the Meltdown hardware vulnerability, enabling the reading of protected kernel memory on affected processors. The tool provides capabilities to identify the secret randomization offset of the direct physical map to locate kernel memory. It also includes functionality to export large segments of physical memory into hexdump format for the recovery of sensitive strings and passwords. The project c

    Demonstrates the Meltdown hardware vulnerability in kernel memory.

    C
    GitHub पर देखें↗4,172
  • theori-io/copy-fail-cve-2026-31431theori-io का अवतार

    theori-io/copy-fail-CVE-2026-31431

    3,958GitHub पर देखें↗

    This project is a proof of concept implementation for CVE-2026-31431, serving as a local privilege escalation tool for the Linux kernel. It functions as an exploit that allows a standard user account to obtain root permissions. The tool demonstrates a kernel page cache attack, where root access is achieved by writing shellcode into the cached pages of a privileged binary. This process manipulates how the Linux kernel handles page caches to execute code with elevated permissions. The repository covers areas of Linux security research, including kernel memory corruption analysis and local priv

    Proof of concept for a page-cache write vulnerability.

    Python
    GitHub पर देखें↗3,958
  • dirtycow/dirtycow.github.iodirtycow का अवतार

    dirtycow/dirtycow.github.io

    3,436GitHub पर देखें↗

    This project is a technical repository of kernel exploit guides, memory corruption analyses, and archived methods for gaining root access. It serves as a centralized library of security flaws and reproduction steps used for testing system protections and verification. The documentation focuses on the Linux kernel, providing technical breakdowns of how memory management errors and multi-page write techniques allow for the modification of read-only files. It details the use of race conditions to achieve administrative privilege escalation. The repository covers a broad surface of security rese

    Documentation and PoCs for the Dirty COW vulnerability.

    HTML
    GitHub पर देखें↗3,436
  • notselwyn/cve-2024-1086Notselwyn का अवतार

    Notselwyn/CVE-2024-1086

    2,449GitHub पर देखें↗

    Universal local privilege escalation Proof-of-Concept exploit for CVE-2024-1086, working on most Linux kernels between v5.14 and v6.6, including Debian, Ubuntu, and KernelCTF. The success rate is 99.4% in KernelCTF images.

    Exploit PoC for a netfilter subsystem vulnerability.

    Ccvecve-2024-1086exploit
    GitHub पर देखें↗2,449
  • a13xp0p0v/kconfig-hardened-checka13xp0p0v का अवतार

    a13xp0p0v/kconfig-hardened-check

    2,092GitHub पर देखें↗

    A tool for checking the security hardening options of the Linux kernel

    Verifies the security hardening configuration of a kernel.

    Python
    GitHub पर देखें↗2,092
  • a13xp0p0v/kernel-hardening-checkera13xp0p0v का अवतार

    a13xp0p0v/kernel-hardening-checker

    2,042GitHub पर देखें↗

    Evaluates the effectiveness of kernel security hardening features.

    Python
    GitHub पर देखें↗2,042
  • jondonas/linux-exploit-suggester-2jondonas का अवतार

    jondonas/linux-exploit-suggester-2

    1,970GitHub पर देखें↗

    Next-Generation Linux Kernel Exploit Suggester

    Identifies applicable exploits for specific Linux kernel versions.

    Perl
    GitHub पर देखें↗1,970
  • marin-m/vmlinux-to-elfmarin-m का अवतार

    marin-m/vmlinux-to-elf

    1,746GitHub पर देखें↗

    A tool to recover a fully analyzable .ELF from a raw kernel, through extracting the kernel symbol table (kallsyms)

    Converts raw kernel images into ELF files for analysis.

    Python
    GitHub पर देखें↗1,746
  • polygraphene/dirtypipe-androidpolygraphene का अवतार

    polygraphene/DirtyPipe-Android

    849GitHub पर देखें↗

    Dirty Pipe root exploit for Android (Pixel 6)

    Exploit PoC for the Dirty Pipe vulnerability on Android.

    C
    GitHub पर देखें↗849
  • angr/angropangr का अवतार

    angr/angrop

    841GitHub पर देखें↗

    angrop

    Advanced ROP chain generation for kernel exploitation.

    Python
    GitHub पर देखें↗841
  • v12-security/pocsv12-security का अवतार

    v12-security/pocs

    809GitHub पर देखें↗

    poc it like it's hot

    Collection of proof-of-concept exploits for various kernel vulnerabilities.

    C
    GitHub पर देखें↗809
  • spencerdodd/kernelpopspencerdodd का अवतार

    spencerdodd/kernelpop

    705GitHub पर देखें↗

    kernel privilege escalation enumeration and exploitation framework

    Automates the discovery and exploitation of kernel vulnerabilities.

    Python
    GitHub पर देखें↗705
  • ngalongc/autolocalprivilegeescalationngalongc का अवतार

    ngalongc/AutoLocalPrivilegeEscalation

    496GitHub पर देखें↗

    An automated script that download potential exploit for linux kernel from exploitdb, and compile them automatically

    Automates the process of finding and executing local privilege escalation exploits.

    Python
    GitHub पर देखें↗496
  • bcoles/kasldbcoles का अवतार

    bcoles/kasld

    494GitHub पर देखें↗

    KASLD derandomises the Linux kernel's virtual and physical memory layout as an unprivileged local user.

    Detects KASLR offsets to facilitate exploit development.

    C
    GitHub पर देखें↗494
  • nforest/droidimgnforest का अवतार

    nforest/droidimg

    356GitHub पर देखें↗

    Android/Linux vmlinux loader

    Tools for analyzing and manipulating Android kernel images.

    Python
    GitHub पर देखें↗356
  • farazsth98/chronomalyfarazsth98 का अवतार

    farazsth98/chronomaly

    299GitHub पर देखें↗

    Android kernel exploit for CVE-2025-38352, previously exploited in-the-wild. Targets vulnerable x86_64 Linux kernels v5.10.x.

    Exploit PoC for race condition vulnerabilities in Android kernels.

    C
    GitHub पर देखें↗299
  • 0xkol/badspin0xkol का अवतार

    0xkol/badspin

    287GitHub पर देखें↗

    Bad Spin: Android Binder Privilege Escalation Exploit (CVE-2022-20421)

    Exploit implementation for a spinlock use-after-free.

    C
    GitHub पर देखें↗287
पिछला123…4अगला
  1. Home
  2. Part of an Awesome List
  3. Security & Privacy
  4. Exploit Development Tools