Cross-site Scripting

#cybersecurity #comptiasec #cybertips

Cross-site Scripting (XSS) is a common web development error whereby an attacker takes advantage of the trust a user has for a website which is usually caused by a web browser flaw.

How do you protect Against Xss

  • Try disabling javascript on your browsers.

  • Keep your browser and applications updated.

  • As developers always validate your inputs too. Don't allow people to add scripts to an input field