Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
CPanel-Audit-Remediation-Tool — Herramienta de auditoría y respuesta a incidentes para la vulnerabilidad CVE-2026-41940 | Kitploit
Herramientas/GitHubGitHub/underh0st/cpanel-audit-remediation-tool
Escáneres de VulnerabilidadesAuditoría de ConfiguraciónSeguridad WebAutenticaciónAprendizaje y EducaciónRespuesta a Incidentes
GitHubunderh0st/cpanel-audit-remediation-tool

CPanel-Audit-Remediation-Tool

Herramienta de auditoría y respuesta a incidentes para la vulnerabilidad CVE-2026-41940

Ver Repositorio
20hace 4 mesesAún no revisado

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

🛡️ Oscar Constanzo Audit & Patch Tool (CVE-2026-41940)

Python Version License: MIT

Professional Security Auditing & Incident Response Suite for cPanel Infrastructure.


Banner

📖 Description

This tool was developed by Oscar Constanzo Quezada, AKA Underhost to identify and remediate the CVE-2026-41940 vulnerability in cPanel servers. The flaw allows an Authentication Bypass via HTTP session header injection, enabling an attacker to gain full administrative (root) privileges without a valid password.


🚀 Key Features

  • **THIS TOOL IS CREATED IN SPANISH 🇨🇱
  • Signature Audit: Fast scanning to detect vulnerable cPanel versions.
  • Risk Assessment: Integrated technical impact analysis explaining the danger to the infrastructure.
  • Response Manual: A 5-phase guide for system sanitization and hardening.
  • Persistence: Persistent scanning loop for multiple targets.

  • ⚠️ Legal Disclaimer THIS TOOL IS PROVIDED FOR EDUCATIONAL AND ETHICAL AUDITING PURPOSES ONLY.[cite: 1] The author is not responsible for any misuse, damage, or unauthorized access. Use this software on networks only with explicit permission.

    🛠️ Installation

    root@kitploit:~
    # Clone the repository
    git clone https://github.com/Underh0st/CPanel-Audit-Remediation-Tool.git
    
    # Enter the directory
    cd CPanel-Audit-Remediation-Tool
    
    # Install dependencies
    pip3 install -r requirements.txt
    
    # Run the script
    python3 ART.py
    
    

    📋 Remediation Protocol The tool guides the administrator through a professional incident response protocol.

    1.Isolation: Restrict access to management ports (2082-2087) via firewall.

    2.Patching: Force core update using /scripts/upcp --force.

    3.Sanitization: Physical purge of /var/cpanel/sessions/raw/ to invalidate stolen tokens.

    4.Threat Hunting: Locate persistence (backdoors) using find /home -mtime -1 -ls.

    5.Hardening: Enable cPHulk and Multi-Factor Authentication (MFA).

    Vulnerability Analysis

    Detection Figure 2: Active scanning module successfully identifying CVE-2026-41940 and generating a risk assessment.

    Incident Response Manual

    Remediation Figure 3: Professional 5-phase Incident Response Manual detailing system sanitization and hardening.

    Author Oscar Constanzo Quezada. (Underhost) - OFFENSIVE HACKER SINCE 2010

    Descargar herramienta