## https://sploitus.com/exploit?id=B22F22CA-E951-5247-B3A3-BF148DCF26A7
Cross Site Scripting (XSS) Assignment
Objective
Demonstrate Cross Site Scripting (XSS) vulnerability and how to prevent it.
Description
This project contains two examples:
1. Vulnerable page that allows XSS attack.
2. Secure page that prevents XSS using input sanitization.
Files
- vulnerable.php : XSS vulnerable code
- secure.php : XSS protected code
XSS Attack Example
```html
alert('XSS Attack')