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
·

63 repository-uri

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

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

    pwndbg/pwndbg

    10,051Vezi pe GitHub↗

    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
    Vezi pe GitHub↗10,051
  • mzet-/linux-exploit-suggesterAvatar mzet-

    mzet-/linux-exploit-suggester

    6,528Vezi pe GitHub↗

    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
    Vezi pe GitHub↗6,528
  • v4bel/dirtyfragAvatar V4bel

    V4bel/dirtyfrag

    4,845Vezi pe GitHub↗

    dirtyfrag este un proof-of-concept de exploit pentru escaladarea privilegiilor în kernel-ul Linux. Acesta vizează vulnerabilitățile de scriere în page-cache pentru a ridica permisiunile utilizatorului la niveluri administrative de root. Proiectul demonstrează un lanț de exploit determinist care utilizează proof-of-concept-uri funcționale pentru vulnerabilități în implementarea protocolului xfrm-ESP și mecanismul RxRPC. Prin înlănțuirea acestor vulnerabilități de corupere a memoriei, exploit-ul obține acces root fără a se baza pe condiții de cursă (race conditions) bazate pe timing. Instrumentul acoperă manipularea memoriei kernel-ului și dezvoltarea de lanțuri de exploit pentru a testa escaladarea locală a privilegiilor și a efectua cercetări privind vulnerabilitățile Linux.

    Exploit code for memory fragmentation vulnerabilities.

    C
    Vezi pe GitHub↗4,845
  • iaik/meltdownAvatar IAIK

    IAIK/meltdown

    4,172Vezi pe GitHub↗

    Meltdown este un set de utilitare software concepute pentru a ocoli randomizarea adreselor de kernel și a face dump la memoria fizică pentru a exploata vulnerabilități de securitate la nivel hardware. Servește drept dovadă de concept pentru vulnerabilitatea hardware Meltdown, permițând citirea memoriei protejate a kernel-ului pe procesoarele afectate. Instrumentul oferă capabilități pentru a identifica offset-ul secret de randomizare al hărții fizice directe pentru a localiza memoria kernel-ului. De asemenea, include funcționalitatea de a exporta segmente mari de memorie fizică în format hexdump pentru recuperarea șirurilor și parolelor sensibile. Proiectul acoperă analiza memoriei prin calcularea offset-ului de kernel și scurgerea memoriei fizice. Include, de asemenea, capacitatea de a măsura acuratețea și consistența datelor scurse din memoria fizică pentru a verifica fiabilitatea vulnerabilității hardware.

    Demonstrates the Meltdown hardware vulnerability in kernel memory.

    C
    Vezi pe GitHub↗4,172
  • theori-io/copy-fail-cve-2026-31431Avatar theori-io

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

    3,958Vezi pe GitHub↗

    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
    Vezi pe GitHub↗3,958
  • dirtycow/dirtycow.github.ioAvatar dirtycow

    dirtycow/dirtycow.github.io

    3,436Vezi pe GitHub↗

    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
    Vezi pe GitHub↗3,436
  • notselwyn/cve-2024-1086Avatar Notselwyn

    Notselwyn/CVE-2024-1086

    2,449Vezi pe GitHub↗

    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
    Vezi pe GitHub↗2,449
  • a13xp0p0v/kconfig-hardened-checkAvatar a13xp0p0v

    a13xp0p0v/kconfig-hardened-check

    2,092Vezi pe GitHub↗

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

    Verifies the security hardening configuration of a kernel.

    Python
    Vezi pe GitHub↗2,092
  • a13xp0p0v/kernel-hardening-checkerAvatar a13xp0p0v

    a13xp0p0v/kernel-hardening-checker

    2,042Vezi pe GitHub↗

    Evaluates the effectiveness of kernel security hardening features.

    Python
    Vezi pe GitHub↗2,042
  • jondonas/linux-exploit-suggester-2Avatar jondonas

    jondonas/linux-exploit-suggester-2

    1,970Vezi pe GitHub↗

    Next-Generation Linux Kernel Exploit Suggester

    Identifies applicable exploits for specific Linux kernel versions.

    Perl
    Vezi pe GitHub↗1,970
  • marin-m/vmlinux-to-elfAvatar marin-m

    marin-m/vmlinux-to-elf

    1,746Vezi pe GitHub↗

    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
    Vezi pe GitHub↗1,746
  • polygraphene/dirtypipe-androidAvatar polygraphene

    polygraphene/DirtyPipe-Android

    849Vezi pe GitHub↗

    Dirty Pipe root exploit for Android (Pixel 6)

    Exploit PoC for the Dirty Pipe vulnerability on Android.

    C
    Vezi pe GitHub↗849
  • angr/angropAvatar angr

    angr/angrop

    841Vezi pe GitHub↗

    angrop

    Advanced ROP chain generation for kernel exploitation.

    Python
    Vezi pe GitHub↗841
  • v12-security/pocsAvatar v12-security

    v12-security/pocs

    809Vezi pe GitHub↗

    poc it like it's hot

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

    C
    Vezi pe GitHub↗809
  • spencerdodd/kernelpopAvatar spencerdodd

    spencerdodd/kernelpop

    705Vezi pe GitHub↗

    kernel privilege escalation enumeration and exploitation framework

    Automates the discovery and exploitation of kernel vulnerabilities.

    Python
    Vezi pe GitHub↗705
  • ngalongc/autolocalprivilegeescalationAvatar ngalongc

    ngalongc/AutoLocalPrivilegeEscalation

    496Vezi pe GitHub↗

    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
    Vezi pe GitHub↗496
  • bcoles/kasldAvatar bcoles

    bcoles/kasld

    494Vezi pe GitHub↗

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

    Detects KASLR offsets to facilitate exploit development.

    C
    Vezi pe GitHub↗494
  • nforest/droidimgAvatar nforest

    nforest/droidimg

    356Vezi pe GitHub↗

    Android/Linux vmlinux loader

    Tools for analyzing and manipulating Android kernel images.

    Python
    Vezi pe GitHub↗356
  • farazsth98/chronomalyAvatar farazsth98

    farazsth98/chronomaly

    299Vezi pe GitHub↗

    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
    Vezi pe GitHub↗299
  • 0xkol/badspinAvatar 0xkol

    0xkol/badspin

    287Vezi pe GitHub↗

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

    Exploit implementation for a spinlock use-after-free.

    C
    Vezi pe GitHub↗287
Înapoi123…4Înainte
  1. Home
  2. Part of an Awesome List
  3. Security & Privacy
  4. Exploit Development Tools