How To Protect ASP.NET Website Against XSS Using C#



How To Protect ASP.NET Website Against XSS Using C#

How To Protect ASP.NET Website Against XSS Using C#

Explanation of XSS: 0:53
Test Site Setup: 2:35
XSS Attack Demo: 6:20
The Fix: 7:15

Explanation on how HttpUtility.HtmlEncode works: https://en.wikipedia.org/wiki/Character_encodings_in_HTML

OWASP Top Ten Sec Vulnerabilities: https://www.owasp.org/images/7/72/OWASP_Top_10-2017_%28en%29.pdf.pdf

Comments are closed.