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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
IAIK avatar

IAIK/meltdownArchived

0
View on GitHub↗
4,172 estrellas·524 forks·C·Zlib·5 vistasmeltdownattack.com↗

Meltdown

Meltdown es un conjunto de utilidades de software diseñadas para eludir la aleatorización de direcciones del kernel y volcar la memoria física para explotar vulnerabilidades de seguridad a nivel de hardware. Sirve como prueba de concepto para la vulnerabilidad de hardware Meltdown, permitiendo la lectura de memoria protegida del kernel en procesadores afectados.

La herramienta proporciona capacidades para identificar el secreto de compensación de aleatorización del mapa físico directo para localizar la memoria del kernel. También incluye funcionalidad para exportar grandes segmentos de memoria física en formato hexdump para la recuperación de cadenas y contraseñas sensibles.

El proyecto cubre el análisis de memoria a través del cálculo de compensación del kernel y la fuga de memoria física. Además, incluye la capacidad de medir la precisión y consistencia de los datos filtrados de la memoria física para verificar la fiabilidad de la vulnerabilidad de hardware.

Features

  • Hardware - Serves as a proof of concept for the Meltdown hardware vulnerability to demonstrate unauthorized physical memory access.
  • Physical Memory Exports - Saves large segments of physical memory into hexdump format for the recovery of sensitive strings.
  • Physical Memory Dumping Tools - Provides a program that exports large segments of physical memory into hexdump format.
  • Physical Memory Dumping - Exports large segments of physical memory into hexdump format for the recovery of strings and passwords.
  • KASLR Bypass Analysis - Provides capabilities to identify secret randomization offsets of the direct physical map to locate kernel memory.
  • Kernel Memory Access - Provides utilities for extracting sensitive data from protected kernel address spaces by bypassing architectural isolation.
  • Physical Memory Leakage Tools - Bypasses architectural protections to extract data directly from physical memory addresses.
  • Physical Memory Leaking - Reads data from physical memory addresses to demonstrate hardware vulnerabilities that bypass architectural protections.
  • Side-Channel Analysis - Implements methods to measure and analyze data leaks via hardware timing and side-channel vulnerabilities.
  • Vulnerability Proofs of Concept - Provides functional demonstrations and executable code to prove the exploitability of the Meltdown hardware vulnerability.
  • KASLR Slide Adjustments - Calculates the KASLR slide/offset to locate the direct physical map in kernel memory.
  • KASLR Offset Resolvers - Identifies the secret randomization offset of the direct physical map to locate kernel memory.
  • Memory Offset Calculators - Determines the memory offset used by address space randomization to locate specific kernel data structures.
  • Exploit Development Tools - Demonstrates the Meltdown hardware vulnerability in kernel memory.

Historial de estrellas

Gráfico del historial de estrellas de iaik/meltdownGráfico del historial de estrellas de iaik/meltdown

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Meltdown

Proyectos open-source similares, clasificados según cuántas características comparten con Meltdown.
  • pwndbg/pwndbgAvatar de pwndbg

    pwndbg/pwndbg

    10,051Ver en 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
    Ver en GitHub↗10,051
  • theori-io/copy-fail-cve-2026-31431Avatar de theori-io

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

    3,958Ver en 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

    Python
    Ver en GitHub↗3,958
  • v4bel/dirtyfragAvatar de V4bel

    V4bel/dirtyfrag

    4,845Ver en GitHub↗

    dirtyfrag is a proof-of-concept exploit for Linux kernel privilege escalation. It targets page-cache write vulnerabilities to elevate user permissions to administrative root levels. The project demonstrates a deterministic exploit chain that utilizes functional proofs-of-concept for vulnerabilities in the xfrm-ESP protocol implementation and the RxRPC mechanism. By chaining these memory corruption vulnerabilities, the exploit achieves root access without relying on timing-based race conditions. The tool covers kernel memory manipulation and the development of exploit chains to test local pri

    C
    Ver en GitHub↗4,845
  • zhzyker/exphubAvatar de zhzyker

    zhzyker/exphub

    4,282Ver en GitHub↗

    Exphub is a CVE exploit script library and enterprise software vulnerability suite designed to verify and exploit known security flaws in server environments such as WebLogic, Struts2, Tomcat, and JBoss. It functions as a remote code execution toolkit and a web shell deployment framework for triggering unauthorized command execution and establishing persistent access on remote systems. The project includes specialized utilities for internal network reconnaissance, specifically using server-side request forgery to scan for open ports and services. It further provides mechanisms for bypassing a

    Pythoncve-2020-10199cve-2020-10204cve-2020-11444
    Ver en GitHub↗4,282
Ver las 30 alternativas a Meltdown→

Preguntas frecuentes

¿Qué hace iaik/meltdown?

Meltdown es un conjunto de utilidades de software diseñadas para eludir la aleatorización de direcciones del kernel y volcar la memoria física para explotar vulnerabilidades de seguridad a nivel de hardware. Sirve como prueba de concepto para la vulnerabilidad de hardware Meltdown, permitiendo la lectura de memoria protegida del kernel en procesadores afectados.

¿Cuáles son las características principales de iaik/meltdown?

Las características principales de iaik/meltdown son: Hardware, Physical Memory Exports, Physical Memory Dumping Tools, Physical Memory Dumping, KASLR Bypass Analysis, Kernel Memory Access, Physical Memory Leakage Tools, Physical Memory Leaking.

¿Qué alternativas de código abierto existen para iaik/meltdown?

Las alternativas de código abierto para iaik/meltdown incluyen: pwndbg/pwndbg — pwndbg is a GDB plugin and binary analysis framework designed for reverse engineering, exploit development, and… theori-io/copy-fail-cve-2026-31431 — This project is a proof of concept implementation for CVE-2026-31431, serving as a local privilege escalation tool for… v4bel/dirtyfrag — dirtyfrag is a proof-of-concept exploit for Linux kernel privilege escalation. It targets page-cache write… zhzyker/exphub — Exphub is a CVE exploit script library and enterprise software vulnerability suite designed to verify and exploit… ggerganov/kbd-audio — This project is an acoustic keystroke recognition system and audio side-channel analysis tool. It identifies typed… darthton/blackbone — Blackbone is a collection of specialized tools for memory scanning, process injection, and kernel-driver interfaces…