Tag: cross-site-scripting
-
Defend your website against Cross-Site Scripting (XSS) input injection - ZTT series
By Varun Om , Abhilash | December 21, 2021 | in Zero Trust Thinking Series
In the previous article of the Zero Trust Thinking series, we understood what XSS was, and learned three ways of injecting XSS code into a website, also known as types of XSS. In this and subsequent articles, we’ll learn practical techniques …
-
Understand Cross-Site Scripting (XSS) by examples - ZTT series
By Varun Om , Abhilash | December 14, 2021 | in Zero Trust Thinking Series
In this article of the Zero Trust Thinking series, we’re going to learn about a critical security vulnerability called Cross-Site Scripting, or XSS for short, with source code (on ASP.NET MVC) and step-by-step instructions to let you execute …