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
Herramientas/GitHubGitHub/imbas007/poc_cve-2026-41940
ReconocimientoAnálisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebPruebas de PenetraciónComando y Control
GitHubimbas007/poc_cve-2026-41940

POC_CVE-2026-41940

Prueba de concepto de exploit para CVE-2026-41940 dirigido a cPanel, que permite la enumeración de cuentas, la ejecución de comandos y el acceso interactivo a la shell en hosts vulnerables.

Ver Repositorio
7hace 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

POC_CVE-2026-41940

Inicio rápido

root@kitploit:~
python3 poc_CVE-2026-41940.py -h

Ejemplos de uso

Escanear un host

root@kitploit:~
python3 poc_CVE-2026-41940.py -u https://target.example:2086

Listar cuentas tras una cadena exitosa

root@kitploit:~
python3 poc_CVE-2026-41940.py -u https://target.example:2086 --action list

Ejecutar un comando de shell

root@kitploit:~
python3 poc_CVE-2026-41940.py -u https://target.example:2086 --action cmd --cmd 'id; whoami; uname -a'

Shell interactivo

root@kitploit:~
python3 poc_CVE-2026-41940.py -u https://target.example:2086 --action shell

Objetivos desde archivo + informe JSON

root@kitploit:~
python3 poc_CVE-2026-41940.py -l targets.txt -t 20 -o results.json

ref : ynsmroztas

Descargar herramienta