Skip to content

Latest commit

 

History

History

XSS

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

XSS Proof of Concept

image

This directory contains a Proof of Concept (PoC) for Cross-Site Scripting (XSS) exploits. The PoC is organized as follows:

Directory Structure

  • 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, containing exploit.py scripts to demonstrate the exploit.