2 repositorios
Evaluating kernel versions and configurations to determine susceptibility to known exploits.
Distinct from Kernel Image Security Analysis: Focuses on the analysis process for running systems rather than static image analysis or specific exploit code.
Explore 2 awesome GitHub repositories matching security & cryptography · Kernel Security Analysis. Refine with filters or upvote what's useful.
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
Checks kernel versions and configurations against known exploits to determine if the system is susceptible to attacks.
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
Evaluates kernel vulnerability to known exploits by processing system information strings.