This directory contains a Proof of Concept (PoC) for Cross-Site Scripting (XSS) exploits. The PoC is organized as follows:
server/
: Contains PHP scripts to serve content and potentially steal cookies or other sensitive information.payloads/
: JavaScript payloads designed for XSS attacks.cve-xxxx-xxxx/
: Each folder corresponds to a specific CVE, containingexploit.py
scripts to demonstrate the exploit.