💀 自动远程代码执行利用工具 | 由 GhostSec 开发 💀
对受限目录的路径名限制不当(路径遍历)漏洞存在于 WP Automatic Automatic 中,可实现路径遍历及服务端请求伪造。此问题影响 Automatic:从 n/a 至 3.92.0 版本。
body="wp-content/plugins/wp-automatic" && header="HTTP/1.1 200 OK"title:"wp-automatic" response.status_code:200http.title:"wp-automatic" http.status:200"/wp-content/plugins/wp-automatic"克隆仓库:
git clone https://github.com/fa-rrel/CVE-2024-27954.git
cd CVE-2024-27954
安装所需依赖包:
pip install -r requirements.txt
python RCE_Exploit.py -u <target_url> 或 <File.txt>
nuclei -t POC.yaml --target http://testphp.vulnweb.com/ 或 -l WPUrls.txt
此工具仅用于授权的安全测试和教育目的。严禁对系统进行未经授权的使用。
此工具基于 MIT 许可证授权。