2 repositorios
Reviewing low-level kernel source code to verify security implementations and find vulnerabilities.
Distinct from Kernel Hook Auditing: Candidates cover specific hook auditing or reboot auditing, but not the general practice of auditing the kernel source tree.
Explore 2 awesome GitHub repositories matching security & cryptography · Kernel Security Audits. Refine with filters or upvote what's useful.
This repository provides the Android device kernel and the corresponding Linux kernel source tree. It serves as the foundational codebase for managing the hardware architecture and power management of mobile devices. The project includes a comprehensive mobile hardware driver set designed to manage device-specific components, such as CPUs, GPUs, and cellular modems. The source code supports activities including Android kernel customization, custom ROM development, Linux kernel auditing, and mobile driver development.
Provides the open source code necessary for auditing the system's underlying security and implementation.
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
Analyzes kernel versions and configurations to identify security weaknesses and potential exploit vectors.