Ghost CMS 中的一个漏洞(CVE-2023-40028),允许已认证的攻击者从服务器读取任意文件。通过利用 ZIP 文件中的符号链接功能,该漏洞绕过 Ghost CMS 导入机制的限制,从而访问系统上的敏感文件。
[!] 需要有效凭证
Python 3.7+
依赖项:requests、argparse 以及标准 Python 库。
python3 exploit.py --user [email protected] --password Strongpassword123! --url http://example.com
--user <用户名>:目标 Ghost CMS 的用户名/电子邮件。
--password <密码>:目标 Ghost CMS 的密码。
--url <主机 URL>:目标 Ghost CMS 的 URL(例如 http://website.com)。

免责声明 此脚本仅供教育用途。