awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rebootuser avatar

rebootuser/LinEnum

0
View on GitHub↗
7,835 estrellas·2,027 forks·Shell·mit·6 vistas

LinEnum

LinEnum is a suite of security utilities for auditing Linux systems, scanning for privilege escalation paths, and enumerating local vulnerabilities. It functions as a system security audit tool, a local enumeration utility, and a scanner for identifying misconfigurations that could allow a user to gain root access.

The project includes specialized auditing for containerized environments, specifically detecting Docker and LXC signatures to identify potential escape vectors to the host system.

Its broader capabilities cover the analysis of kernel versions, the identification of SUID binaries and world-writable files, and the auditing of user and group permissions. The tool also performs secret scanning for private keys and cloud credentials, analyzes scheduled tasks and network services, and exports findings into text reports for offline analysis.

Features

  • Linux Enumeration - Scans Linux systems for misconfigurations and vulnerabilities that allow a user to gain root access.
  • Local System Enumeration Toolsets - Collects detailed information about kernel versions, running services, and network connections during assessments.
  • Network and Process Enumeration - Analyzes active network sockets and running process lists to map exposed services and identify software versions.
  • Exploitable Binary Detection - Identifies world-writable files and SUID binaries that could be exploited to gain unauthorized system access.
  • FileSystem Vulnerability Scanning - Locates exploitable binaries and configuration files by scanning for SUID bits and world-writable permissions.
  • OS Vulnerability Scanning - Scans kernel versions and distribution details to identify known operating system vulnerabilities and missing patches.
  • Permission Auditing Tools - Searches system files and user permissions for leaked secrets, insecure binaries, and overly permissive settings.
  • Privilege Escalation Analysis - Provides specialized analysis to identify potential paths for unauthorized elevation of privileges on Linux systems.
  • Privilege Enumeration - Scans system configurations and kernel modules for misconfigurations allowing users to gain higher access levels.
  • Security Auditing Tools - Performs a suite of checks on kernel versions, cron jobs, and SUID binaries to evaluate security posture.
  • Privilege - Analyzes sudoers files and group memberships to determine effective user permissions and access levels.
  • Vulnerability Matching - Compares the active operating system kernel version against known vulnerability databases to identify escalation paths.
  • Container Detection - Identifies virtualized environments by probing for Docker and LXC process signatures and artifacts.
  • Host-to-Container Execution - Detects Docker or LXC environments and identifies vulnerabilities used to move from a container to the host.
  • Service Enumeration Tools - Enumerates running services and active network connections to identify outdated software and insecure configurations.
  • Runtime Environment Detection - Checks system indicators to determine if the environment is running inside Docker or LXC containers.
  • Container Escape Analysis - Analyzes LXC configurations to identify vulnerabilities that could allow a container escape to the host.
  • Container Escape Auditors - Detects Docker and LXC environments to identify potential vulnerabilities for escaping to the host system.
  • Secret Scanning - Searches files and configuration directories for private keys and cloud credentials using pattern matching.
  • Sensitive File Discovery - Actively scans the filesystem to locate leaked private keys, cloud credentials, and sensitive backup files.
  • Virtualization Detection - Identifies the presence of Docker or LXC containers to determine the available attack surface.
  • Scheduled Task Auditing - Lists cron jobs and system timers to identify high-privilege tasks or world-writable scripts.
  • Command Line Tools - Listed in the “Command Line Tools” section of the The Book Of Secret Knowledge awesome list.
  • Exploit Development - Script for Linux privilege escalation enumeration.
  • Post Exploitation - Script for local Linux privilege escalation enumeration.
  • Privilege Escalation - Enumerates Linux systems for privilege escalation.
  • Privilege Escalation Tools - Script for local Linux enumeration.

Historial de estrellas

Gráfico del historial de estrellas de rebootuser/linenumGráfico del historial de estrellas de rebootuser/linenum

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace rebootuser/linenum?

LinEnum is a suite of security utilities for auditing Linux systems, scanning for privilege escalation paths, and enumerating local vulnerabilities. It functions as a system security audit tool, a local enumeration utility, and a scanner for identifying misconfigurations that could allow a user to gain root access.

¿Cuáles son las características principales de rebootuser/linenum?

Las características principales de rebootuser/linenum son: Linux Enumeration, Local System Enumeration Toolsets, Network and Process Enumeration, Exploitable Binary Detection, FileSystem Vulnerability Scanning, OS Vulnerability Scanning, Permission Auditing Tools, Privilege Escalation Analysis.

¿Qué alternativas de código abierto existen para rebootuser/linenum?

Las alternativas de código abierto para rebootuser/linenum incluyen: carlospolop/peass-ng — PEASS-ng is a Linux privilege escalation scanner and post-exploitation enumeration tool. It identifies security… mzet-/linux-exploit-suggester — linux-exploit-suggester is a diagnostic utility and vulnerability scanner designed to identify potential kernel… itm4n/privesccheck — PrivescCheck is a PowerShell-based security auditing tool designed to scan Windows configurations for potential… the-z-labs/linux-exploit-suggester — This project is a security auditing tool and vulnerability scanner designed to evaluate the security posture of Linux… bitsadmin/wesng — This project is a set of specialized utilities for Windows vulnerability assessment and patch management auditing. It… future-architect/vuls — Vuls is an agentless vulnerability scanner and CVE intelligence aggregator. It identifies security flaws in operating…

Alternativas open-source a LinEnum

Proyectos open-source similares, clasificados según cuántas características comparten con LinEnum.
  • carlospolop/peass-ngAvatar de carlospolop

    carlospolop/PEASS-ng

    20,054Ver en GitHub↗

    PEASS-ng is a Linux privilege escalation scanner and post-exploitation enumeration tool. It identifies security vulnerabilities and misconfigurations on Linux systems that could lead to unauthorized elevated access. The tool functions as a security audit utility that discovers system weaknesses and sensitive information after initial access is gained. It scans operating systems to identify specific privilege escalation paths. Findings are converted into structured security audit reports. The tool supports exporting scan results into JSON, HTML, and PDF formats for formal analysis and documen

    C#
    Ver en GitHub↗20,054
  • mzet-/linux-exploit-suggesterAvatar de mzet-

    mzet-/linux-exploit-suggester

    6,528Ver en 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

    Shell
    Ver en GitHub↗6,528
  • itm4n/privesccheckAvatar de itm4n

    itm4n/PrivescCheck

    3,860Ver en GitHub↗

    PrivescCheck is a PowerShell-based security auditing tool designed to scan Windows configurations for potential privilege escalation paths and local host vulnerabilities. It functions as a vulnerability assessment utility that analyzes system settings and registry configurations to identify weaknesses that could allow unauthorized administrative access. The tool automates internal security reconnaissance and post-exploitation data collection to gather environmental information. It serves as a security compliance reporter by exporting scan results into structured formats, including HTML, CSV,

    PowerShellpentest-toolpentestingprivilege-escalation
    Ver en GitHub↗3,860
  • the-z-labs/linux-exploit-suggesterAvatar de The-Z-Labs

    The-Z-Labs/linux-exploit-suggester

    6,532Ver en 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

    Shellapplicable-exploitsexploitshacking-tool
    Ver en GitHub↗6,532
  • Ver las 30 alternativas a LinEnum→