+1 vote
in Cyber Security by

What is Cross-Site Scripting and how it can be prevented in Cyber Security?

1 Answer

0 votes
by

ross-Site Scripting is also known as a client-side injection attack, which aims at executing malicious scripts on a victim’s web browser by injecting malicious code.

The following practices can prevent Cross-Site Scripting:

  • Encoding special characters
  • Using XSS HTML Filter
  • Validating user inputs
  • Using Anti-XSS services/tools

Related questions

+2 votes
asked Sep 10, 2020 in Cyber Security by Hodge
+1 vote
asked Sep 10, 2020 in Cyber Security by Hodge
...