0
How can I prevent an XSS vulnerability?
I going through the website when I realized that it's possible to do an XSS attack in HTML. I never really knew how to fix this. Does anyone have an idea?
3 Answers
+ 1
This is a game / challange if you want to test it out XSS.
You will reward a cake if you completed :)
https://xss-game.appspot.com
0
Do not learn programming on sololearn.
- 1
If you accept user input, then you are vulnerable to XSS. To avoid this vulnerability use prepared statements or search for scripting tags in user input.