awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesKernel Security Auditors

Tools that analyze kernel images and configurations for security vulnerabilities and mitigations.

Distinct from Linux Security Utilities: None of the candidates describe a tool for auditing the security of kernel images specifically.

Explore 4 awesome GitHub repositories matching security & cryptography · Kernel Security Auditors. Refine with filters or upvote what's useful.

Awesome Kernel Security Auditors GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • the-z-labs/linux-exploit-suggesterAvatar von The-Z-Labs

    The-Z-Labs/linux-exploit-suggester

    6,532Auf GitHub ansehen↗

    This project is a security auditing tool and vulnerability scanner designed to evaluate the security posture of Linux hosts. It functions as a privilege escalation auditor that scans running kernels for missing security patches and vulnerabilities to identify potential paths for gaining root access. The utility performs kernel security analysis by matching system version strings against a database of known exploits. It audits kernel hardening settings and evaluates system exposure to categorize the probability of successful privilege escalation attacks. The tool covers a broad range of asses

    Verifies kernel compile-time configurations and runtime settings to determine overall security posture.

    Shellapplicable-exploitsexploitshacking-tool
    Auf GitHub ansehen↗6,532
  • mzet-/linux-exploit-suggesterAvatar von mzet-

    mzet-/linux-exploit-suggester

    6,528Auf GitHub ansehen↗

    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

    Verifies compile-time configurations and runtime settings to assess the security posture of the running kernel.

    Shell
    Auf GitHub ansehen↗6,528
  • speed47/spectre-meltdown-checkerAvatar von speed47

    speed47/spectre-meltdown-checker

    3,936Auf GitHub ansehen↗

    This project is a diagnostic toolset used to scan CPU hardware and Linux kernel images to assess susceptibility to Spectre, Meltdown, and other transient execution vulnerabilities. It functions as a vulnerability scanner and security auditor designed to identify side-channel attack risks and verify the status of hardware-level security patches. The tool provides capabilities for both active system assessment and standalone kernel image security analysis. It evaluates the presence of security mitigations by analyzing CPU hardware and kernel configurations without requiring a running kernel or

    Evaluates Linux kernel images and configurations for the presence of vulnerability mitigations.

    Shellcve-2017-5715cve-2017-5753cve-2017-5754
    Auf GitHub ansehen↗3,936
  • linux-test-project/ltpAvatar von linux-test-project

    linux-test-project/ltp

    2,565Auf GitHub ansehen↗

    The Linux Test Project (LTP) is a comprehensive test suite and framework for validating the reliability, robustness, and stability of the Linux kernel. It provides a structured environment for writing, building, and executing kernel tests, covering system call validation, network protocol testing, KVM virtualization testing, and kernel security regression testing through CVE reproduction. The project includes a kernel-test harness framework with dedicated C and shell APIs for writing self-contained test cases, along with an Autotools-based build system that handles cross-compilation and kerne

    Reproduces known CVEs to verify kernel security patches and identify regressions in the Linux kernel.

    Cclibclinux
    Auf GitHub ansehen↗2,565
  1. Home
  2. Security & Cryptography
  3. Kernel Security Auditors

Unter-Tags erkunden

  • CVE Regression Test SuitesReproducing known CVEs to verify kernel security patches and identify regressions in the Linux kernel. **Distinct from Kernel Security Auditors:** Distinct from Kernel Security Auditors: focuses on regression testing through CVE reproduction, not static analysis of kernel images.