Files
30-seconds-of-code/glossary/Cross-site-scripting-xss.md
2019-08-13 11:19:29 +03:00

8 lines
323 B
Markdown

---
title: Cross-site scripting (XSS)
tags: Cross-site scripting (XSS)
---
XSS refers to client-side code injection where the attacker injects malicious scripts into a legitimate website or web application.
This is often achieved when the application does not validate user input and freely injects dynamic HTML content.