12 items with this tag.
Lab: Reflected XSS into a JavaScript string with single quote and backslash escaped
Lab: Reflected XSS into a JavaScript string with angle brackets HTML encoded
Lab: Reflected XSS into a JavaScript string with angle brackets and double quotes HTML-encoded and single quotes escaped
Lab: Reflected XSS in canonical link tag
Cross-site scripting (XSS) is an attack in which an attacker injects malicious executable scripts into the code of a trusted application or website.
Lab: Reflected XSS into attribute with angle brackets HTML-encoded
Lab: Reflected XSS with some SVG markup allowed
Lab: Reflected XSS with event handlers and href attributes blocked
Lab: Reflected XSS into HTML context with all tags blocked except custom ones
Lab: Reflected XSS into HTML context with most tags and attributes blocked
Lab: Reflected XSS into HTML context with nothing encoded