How does XSS work?

Cross-site scripting works by manipulating a vulnerable web site so that it returns malicious JavaScript to users. When the malicious code executes inside a victim's browser, the attacker can fully compromise their interaction with the application.


Comments

Popular posts from this blog

SQL Interview Questions

What is difference between http and https?

When we can use abstract class & interface? Why we are using abstract class & interface?