# InteliSecureLabs/Linux_Exploit_Suggester

Linux Exploit Suggester; based on operating system release number

Repository: https://github.com/InteliSecureLabs/Linux_Exploit_Suggester
Canonical: https://ross.abutalabs.com/products/linux_exploit_suggester
Language: Perl
License: GPL-2.0
License Family: copyleft
Last push: 2014-05-19T06:23:20+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4755, "days_push": 4489, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1812, forks 400 (observed 2026-08-28T04:05:39.669588+00:00)

## What it is
A Perl script that suggests possible Linux kernel exploits based on the operating system release number (uname -r). It matches the kernel version against a list of known CVEs and public exploits.

## Use cases
- suggest kernel exploits for a linux box during a pentest
- find privilege escalation exploits by kernel version
- check which CVEs affect my linux kernel
- enumerate possible local exploits in a CTF or exam
- identify exploit-db entries for a given kernel release

## When to choose
- you need a quick, dependency-light check of likely kernel exploits on a Linux target
- you are doing penetration testing, CTFs, or security exams and want a shortlist of candidate exploits

## When to avoid
- you need a modern, maintained vulnerability scanner - the last release was 2014 and its exploit list is dated
- you need reliable results for patched or back-ported kernels, which can fool the version check
- you need full system vulnerability assessment beyond kernel exploits

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: security, penetration-testing, cli
- domain: security, penetration-testing, operating-systems
- platform: cli
- tags: privilege-escalation, kernel-exploits, cve, pentest, perl-script, command-line, linux, perl

## Member repositories
- InteliSecureLabs/Linux_Exploit_Suggester (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:39.669588+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:21:11.784089+00:00, confidence not recorded.
  - readme: https://github.com/InteliSecureLabs/Linux_Exploit_Suggester (fetched 2026-08-28T04:05:39.669588+00:00, sha 5fb91eb3a0d1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
