awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • the-z-labs/linux-exploit-suggesterالصورة الرمزية لـ The-Z-Labs

    The-Z-Labs/linux-exploit-suggester

    6,532عرض على GitHub↗

    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
    عرض على GitHub↗6,532
  • mzet-/linux-exploit-suggesterالصورة الرمزية لـ mzet-

    mzet-/linux-exploit-suggester

    6,528عرض على 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

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

    Shell
    عرض على GitHub↗6,528
  • speed47/spectre-meltdown-checkerالصورة الرمزية لـ speed47

    speed47/spectre-meltdown-checker

    3,936عرض على GitHub↗

    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
    عرض على GitHub↗3,936
  • linux-test-project/ltpالصورة الرمزية لـ linux-test-project

    linux-test-project/ltp

    2,565عرض على GitHub↗

    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
    عرض على GitHub↗2,565
  1. Home
  2. Security & Cryptography
  3. Kernel Security Auditors

استكشف الوسوم الفرعية

  • 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.