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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to androidoffsec/art-kernel-toolkit

Open-source alternatives to Art Kernel Toolkit

30 open-source projects similar to androidoffsec/art-kernel-toolkit, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Art Kernel Toolkit alternative.

  • pwndbg/pwndbgpwndbg 的头像

    pwndbg/pwndbg

    10,051在 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

    Pythonbinary-ninjacapture-the-flagctf
    在 GitHub 上查看↗10,051
  • a13xp0p0v/kconfig-hardened-checka13xp0p0v 的头像

    a13xp0p0v/kconfig-hardened-check

    2,092在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗2,092
  • google/kernel-researchgoogle 的头像

    google/kernel-research

    74在 GitHub 上查看↗

    This repository contains useful tools for Linux kernel security research, called the kernelXDK:

    C++
    在 GitHub 上查看↗74
  • angr/angropangr 的头像

    angr/angrop

    841在 GitHub 上查看↗

    angrop

    Python
    在 GitHub 上查看↗841
  • bariskizilkaya/ophthalmosmonoBariskizilkaya 的头像

    Bariskizilkaya/OphthalmosMono

    6在 GitHub 上查看↗

    Kernel SLUB memory visualization

    HTML
    在 GitHub 上查看↗6

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • bcoles/kasldbcoles 的头像

    bcoles/kasld

    494在 GitHub 上查看↗

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

    C
    在 GitHub 上查看↗494
  • bcoles/rootkit-signal-hunterbcoles 的头像

    bcoles/rootkit-signal-hunter

    3在 GitHub 上查看↗

    Detect Linux rootkits which use signals to elevate process privileges.

    Rust
    在 GitHub 上查看↗3
  • chenaotian/cve-2023-0386chenaotian 的头像

    chenaotian/CVE-2023-0386

    124在 GitHub 上查看↗

    CVE-2023-0386 analysis and Exp

    C
    在 GitHub 上查看↗124
  • dirtycow/dirtycow.github.iodirtycow 的头像

    dirtycow/dirtycow.github.io

    3,436在 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

    HTML
    在 GitHub 上查看↗3,436
  • doyensec/ksmbd-cve-2025-37947doyensec 的头像

    doyensec/KSMBD-CVE-2025-37947

    20在 GitHub 上查看↗

    Blog Post: https://blog.doyensec.com/2025/10/08/ksmbd-3.html

    C
    在 GitHub 上查看↗20
  • elfmaster/kdresselfmaster 的头像

    elfmaster/kdress

    131在 GitHub 上查看↗

    Transform vmlinuz into a fully debuggable vmlinux that can be used with /proc/kcore

    C
    在 GitHub 上查看↗131
  • evdenis/cvehoundevdenis 的头像

    evdenis/cvehound

    136在 GitHub 上查看↗

    Check linux sources dump for known CVEs.

    SmPL
    在 GitHub 上查看↗136
  • farazsth98/chronomalyfarazsth98 的头像

    farazsth98/chronomaly

    299在 GitHub 上查看↗

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

    C
    在 GitHub 上查看↗299
  • farazsth98/exploit-cve-2025-39946farazsth98 的头像

    farazsth98/exploit-CVE-2025-39946

    37在 GitHub 上查看↗

    Exploit for CVE-2025-39946, a bug in the Linux kernel's net/tls subsystem.

    C
    在 GitHub 上查看↗37
  • a13xp0p0v/kernel-hardening-checkera13xp0p0v 的头像

    a13xp0p0v/kernel-hardening-checker

    2,042在 GitHub 上查看↗
    Python
    在 GitHub 上查看↗2,042
  • gsingh93/linux-exploit-dev-envgsingh93 的头像

    gsingh93/linux-exploit-dev-env

    102在 GitHub 上查看↗

    Everything you need to build and run Linux and Android kernels for exploit development

    Makefile
    在 GitHub 上查看↗102
  • iaik/meltdownIAIK 的头像

    IAIK/meltdown

    4,172在 GitHub 上查看↗

    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

    C
    在 GitHub 上查看↗4,172
  • igio90/dirtypipeziGio90 的头像

    iGio90/DirtyPipeZ

    17在 GitHub 上查看↗

    This repo contains my researches on Dirtypipe and Android.

    C
    在 GitHub 上查看↗17
  • jollheef/out-of-treejollheef 的头像

    jollheef/out-of-tree

    231在 GitHub 上查看↗

    out-of-tree kernel {module, exploit} development tool

    Go
    在 GitHub 上查看↗231
  • jondonas/linux-exploit-suggester-2jondonas 的头像

    jondonas/linux-exploit-suggester-2

    1,970在 GitHub 上查看↗

    Next-Generation Linux Kernel Exploit Suggester

    Perl
    在 GitHub 上查看↗1,970
  • jonoberheide/kstructhunterJ

    jonoberheide/kstructhunter

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • jonoberheide/ksymhunterJ

    jonoberheide/ksymhunter

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • kyle-kyle/pwning-toolsetKyle-Kyle 的头像

    Kyle-Kyle/pwning-toolset

    18在 GitHub 上查看↗

    Personal pwning toolset developed/used by myself. Use at your own risk.

    Python
    在 GitHub 上查看↗18
  • kzall0c/vockkzall0c 的头像

    kzall0c/vock

    60在 GitHub 上查看↗

    A lightweight kernel coverage runner that wraps any command powered by LD_PRELOAD for fork/pthread interception using KCOV & HW Trace Buffer.

    C
    在 GitHub 上查看↗60
  • lr-m/ripmaliutgardlr-m 的头像

    lr-m/RIPMaliUtgard

    7在 GitHub 上查看↗

    Exploits for a couple of forever-day bugs in the ARM Mali Utgard GPU kernel driver - as seen in DistrictCon 1.0 Junkyard!

    C
    在 GitHub 上查看↗7
  • lukasmaar/qaic-page-uaflukasmaar 的头像

    lukasmaar/qaic-page-uaf

    7在 GitHub 上查看↗

    Privilege Escalation via a Page Use-After-Free in Qualcomm's AI Accelerator Linux Kernel Driver

    C
    在 GitHub 上查看↗7
  • maherazzouzi/linuxkernelstudyMaherAzzouzi 的头像

    MaherAzzouzi/LinuxKernelStudy

    64在 GitHub 上查看↗

    Linux Kernel N-day Exploit/Analysis.

    C
    在 GitHub 上查看↗64
  • marin-m/vmlinux-to-elfmarin-m 的头像

    marin-m/vmlinux-to-elf

    1,746在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗1,746
  • martinradev/gdb-pt-dumpmartinradev 的头像

    martinradev/gdb-pt-dump

    172在 GitHub 上查看↗

    gdb-pt-dump is a gdb script to enhance debugging of a QEMU-based virtual machine.

    Python
    在 GitHub 上查看↗172
  • 4xura/cve-2026-31431-copy-fail4xura 的头像

    4xura/CVE-2026-31431-Copy-Fail

    6在 GitHub 上查看↗

    Research artifacts, PoC scripts, and lab assets for the Copy Fail Linux local privilege escalation writeup on https://4xura.com/binex/kernel/copy-fail

    C
    在 GitHub 上查看↗6